[dw-nonfree] Screened comments in site skin are indistinguishable
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/5ec4d31c696b]
http://bugs.dwscoalition.org/show_bug.cgi?id=4276
Tweak background color for screened comment headers to be distinct. Tropo
Red: muted red; Tropo Purple: muted purple.
Patch by
momijizukamori.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=4276
Tweak background color for screened comment headers to be distinct. Tropo
Red: muted red; Tropo Purple: muted purple.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/stc/tropo/tropo-purple.css
- htdocs/stc/tropo/tropo-red.css
-------------------------------------------------------------------------------- diff -r 5c5113e700c2 -r 5ec4d31c696b htdocs/stc/tropo/tropo-purple.css --- a/htdocs/stc/tropo/tropo-purple.css Wed Feb 22 15:08:29 2012 +0800 +++ b/htdocs/stc/tropo/tropo-purple.css Wed Mar 21 14:44:50 2012 +0800 @@ -419,6 +419,7 @@ } td.odd { background-color: #c0c0c0; } td.even { background-color: #e2e2e2; } +td.screened {background-color: #B79BC2 !important;} /* inbox */ .folders a { diff -r 5c5113e700c2 -r 5ec4d31c696b htdocs/stc/tropo/tropo-red.css --- a/htdocs/stc/tropo/tropo-red.css Wed Feb 22 15:08:29 2012 +0800 +++ b/htdocs/stc/tropo/tropo-red.css Wed Mar 21 14:44:50 2012 +0800 @@ -417,6 +417,7 @@ } td.odd { background-color: #c0c0c0; } td.even { background-color: #e2e2e2; } +td.screened { background-color: #C29B9B !important;} /* inbox */ .folders a { --------------------------------------------------------------------------------