Mercurial > p > roundup > code
diff roundup/templates/classic/html/style.css @ 837:cafa20a4c2b1
Damn they were some ugly colours!
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Wed, 10 Jul 2002 00:21:28 +0000 |
| parents | 1af6aa4e1023 |
| children | 5643abab70ed |
line wrap: on
line diff
--- a/roundup/templates/classic/html/style.css Wed Jul 10 00:19:48 2002 +0000 +++ b/roundup/templates/classic/html/style.css Wed Jul 10 00:21:28 2002 +0000 @@ -33,8 +33,7 @@ } .location-bar { - background-color: #44bb66; - color: #ffffff; + background-color: #efefef; border: none; } @@ -60,15 +59,13 @@ } .list-header { - background-color: #aaccff; + background-color: #efefff; color: #000000; border: none; } .section-bar { - background-color: #707070; - color: #ffffff; - border: 1px solid #404040; + background-color: #e0e0e0; } .row-normal { @@ -87,7 +84,7 @@ } .row-in-progress { - background-color: #3ccc50; + background-color: #94ce9c; border: none; }
