View Issue Details

IDProjectCategoryView StatusLast Update
0002342Composrcore_themeingpublic2016-03-24 17:53
ReporterPatrick SchmalstigAssigned ToChris Graham 
SeverityMajor-bug 
Status resolvedResolutionfixed 
Product Version 
Fixed in Version 
Summary0002342: Composr 10b5: Theme wizard always uses white in some elements no matter what seed color you use
DescriptionThis may be an issue on my server. But when trying to generate a theme using equations and based off of the default theme, no matter what seed color I use... black, blue, red, white, and so on... the theme always uses white for some of the elements such as block titles (for block titles bigger than one line, the gradient breaks).
TagsNo tags attached.
Time estimation (hours)
Sponsorship open

Activities

Chris Graham

2016-03-24 15:08

administrator   ~0003494

We'll add a CSS gradient for browsers that support it, which will stretch...

diff --git a/themes/default/css/global.css b/themes/default/css/global.css
index 3b9d208..57faf18 100644
--- a/themes/default/css/global.css
+++ b/themes/default/css/global.css
@@ -1451,6 +1451,7 @@ td>.box, .right>.box, .left>.box {
        background-color: {$GET,box_title_background};
        background-image: url('{$IMG_INLINE;,gradient}');
        background-repeat: repeat-x;
+ {$BETA_CSS_PROPERTY,background-image: linear-gradient(to bottom\, {$GET,lgrad}\, {$GET,dgrad});}
        color: {$GET,box_title_text};
        text-align: center;
        font-weight: bold;


Maybe your server does not support GD well for image generation. I'll check.

Chris Graham

2016-03-24 17:53

administrator   ~0003495

Fixed, and fixed on your server.

It was a pre-existing issue that became more prominent due to an unrelated change in b5.

Issue History

Date Modified Username Field Change
2016-03-24 03:14 Patrick Schmalstig New Issue
2016-03-24 15:08 Chris Graham Note Added: 0003494
2016-03-24 17:53 Chris Graham Note Added: 0003495
2016-03-24 17:53 Chris Graham Status non-assigned => resolved
2016-03-24 17:53 Chris Graham Resolution open => fixed
2016-03-24 17:53 Chris Graham Assigned To => Chris Graham