View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
2342 | Composr | core_themeing | public | 2016-03-24 03:14 | 2016-03-24 17:53 |
Reporter | PDStig | Assigned To | Chris Graham | ||
Priority | high | Severity | major | ||
Status | resolved | Resolution | fixed | ||
Summary | 2342: Composr 10b5: Theme wizard always uses white in some elements no matter what seed color you use | ||||
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). | ||||
Tags | No tags attached. | ||||
Attach Tags | |||||
Time estimation (hours) | |||||
Sponsorship open | |||||
|
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. |
|
Fixed, and fixed on your server. It was a pre-existing issue that became more prominent due to an unrelated change in b5. |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-03-24 03:14 | PDStig | 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 | Not Assigned => Resolved |
2016-03-24 17:53 | Chris Graham | Resolution | open => fixed |
2016-03-24 17:53 | Chris Graham | Assigned To | => Chris Graham |