Adding ability to pick no colour with skin elements (bug 1237730)
This way the parent style can be utilised
Have made it so that undefined colours are displayed as ''
eg color: ; as css ignores these lines. (tested in FF and Chrome)
Needed to alter the way body background and view background are
displayed to allow for the inheritance of existing theme css.
I had to split the 'background' css attribute into components eg
background-color, background-image etc because FF was giving colour as
rgb(0, 0 ,0) if misisng from 'background' line.
Change-Id: I404fc87cec1cdd2acc38c495e1dc32095c56bdff
Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
Showing
Please register or sign in to comment