Mercurial > p > roundup > code
changeset 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 | bf55b2b800b9 |
| children | b31ac31ece69 |
| files | roundup/templates/classic/html/style.css |
| diffstat | 1 files changed, 4 insertions(+), 7 deletions(-) [+] |
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; }
