[dw-nonfree] Spruce up Gradation Vertical
[commit: http://hg.dwscoalition.org/dw-nonfree/rev/78cae6884083]
http://bugs.dwscoalition.org/show_bug.cgi?id=2248
Color/misc fixes for Gradation Vertical and other site schemes.
Patch by
foxfirefey.
Files modified:
http://bugs.dwscoalition.org/show_bug.cgi?id=2248
Color/misc fixes for Gradation Vertical and other site schemes.
Patch by
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Files modified:
- htdocs/stc/tropo/purple.css
- htdocs/stc/tropo/red.css
-------------------------------------------------------------------------------- diff -r 4b25358c2971 -r 78cae6884083 htdocs/stc/tropo/purple.css --- a/htdocs/stc/tropo/purple.css Mon Jan 11 00:32:13 2010 +0000 +++ b/htdocs/stc/tropo/purple.css Mon Jan 11 01:00:48 2010 +0000 @@ -1259,3 +1259,13 @@ big { big { font-size: larger; } + +/* For the manage/banusers page */ + +.userslist-table tr.odd { + background-color: #f3d2fc; +} + +.userslist-table tr.even { + background-color: #f7f7f7; +} diff -r 4b25358c2971 -r 78cae6884083 htdocs/stc/tropo/red.css --- a/htdocs/stc/tropo/red.css Mon Jan 11 00:32:13 2010 +0000 +++ b/htdocs/stc/tropo/red.css Mon Jan 11 01:00:48 2010 +0000 @@ -1256,3 +1256,13 @@ big { big { font-size: larger; } + +/* For the manage/banusers page */ + +.userslist-table tr.odd { + background-color: #efefef; +} + +.userslist-table tr.even { + background-color: #ffffff; +} --------------------------------------------------------------------------------