In CSS the !important declaration is a way of ensuring later CSS styling does not modify earlier CSS styling.
in the default colors.css under the color folder there are a number of !important declarations that effect the application of the preset and custom color schemes applied in the settings area for the theme.
When the colors.css gets copied and amended by the Color module the !important declarations are respected and not changed.
Is this an issue with the colors module or should they be removed from the default colors.css?

Comments

Jeff Burnz’s picture

I'll need to check, they might have been pulled over when I ported Sky to Adaptivetheme, I would think they are colors not modified by the color scheme, if they are then they should probably be moved to a different stylesheet.