#2342 - Composr 10b5: Theme wizard always uses white in some elements no matter what seed color you use
| Identifier | #2342 |
|---|---|
| Issue type | Major issue (breaks an entire feature) |
| Title | Composr 10b5: Theme wizard always uses white in some elements no matter what seed color you use |
| Status | Completed |
| Handling member | Chris Graham |
| Addon | core_themeing |
| Description | This 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). |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
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.
It was a pre-existing issue that became more prominent due to an unrelated change in b5.