Closed (fixed)
Project:
Sky
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
13 Apr 2012 at 08:25 UTC
Updated:
9 Oct 2012 at 13:11 UTC
Jump to comment: Most recent file
It was already mentioned here (#1398202: Add a control to remove background color entirely) but nobody had an eye on it as it seems.
It is not possible to me to set a background image from my subtheme because the .bb-n always sets the background image to none after the custom css from the subtheme is loaded.
I would suggest changing the behaviour from background-image:none to nothing or add an option for custom backgrounds. Obviously this setting would not write the background-image:none to the class.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | remove-css-for-no-background-1530896-2.patch | 356 bytes | devin carlson |
Comments
Comment #1
Jeff Burnz commentedHah, yes I know, its completely stupid how it works now, none should be doing nothing!
Comment #2
devin carlson commentedA patch that simply removes the CSS for the none option.
Comment #3
Jeff Burnz commentedThanks Devin, I committed the patch.