This is an easy one.
Please remove the redundant characters "table "
from line 23,.. "div.status, table tr.ok {" ..of
[d7core]/modules/system/system.messages.css
since it goes without saying that a table row (tr) is part of a table.
Please make the full rule declaration ...
div.status, table tr.ok {
background-color: #F8FFF0;
}
In the case of dark background themes,
this will, among other things,
facilitate the implementation of themes imported from D6
since the declaration as it now stands overrides
the seemingly logical and simple use of "tr.ok" alone.
I feel strongly about this, and I am happy to expound
if you should desire further detailed reasoning.
Thanking you in advance...
-c
Comments
Comment #1
christopher james francis rodgers commentedKindly ditto above:
Beginning line 36 of [d7.2-core]/modules/system/system.messages.css
please remove the characters "table "so that the full rule declaration is...
Thanks again.
All the best to you all.
-c
Comment #2
christopher james francis rodgers commentedMoved.
Comment #3
christopher james francis rodgers commented* Moved.
Comment #4
christopher james francis rodgers commentedMoved to http://drupal.org/node/1173774
Comment #5
lyricnz commentedLooks like this issue can be closed, as the original topic is was addressed in #1173774: Drupal 7 Module CSS "Rule Declarations" Should Always Specify "background-color" And "color" Instead of Only One or the Other. with a "won't fix"