summaryrefslogtreecommitdiff
path: root/style
diff options
context:
space:
mode:
authorlaetzer <laetzer@users.sourceforge.net>2007-10-12 11:24:46 +0000
committerlaetzer <laetzer@users.sourceforge.net>2007-10-12 11:24:46 +0000
commit9ddb25b0afbd3aaa1b2c41999c3f4505fd0e7b7b (patch)
treee565eaf07242c0392056ba9624a89c571679bfc7 /style
parent4e130dbea986b77357994ee57698b5da420227ba (diff)
downloadinstall-9ddb25b0afbd3aaa1b2c41999c3f4505fd0e7b7b.tar.gz
install-9ddb25b0afbd3aaa1b2c41999c3f4505fd0e7b7b.tar.bz2
install-9ddb25b0afbd3aaa1b2c41999c3f4505fd0e7b7b.zip
prevents light text on light background (in packager)
Diffstat (limited to 'style')
-rw-r--r--style/install.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/style/install.css b/style/install.css
index 925c9c4..001b538 100644
--- a/style/install.css
+++ b/style/install.css
@@ -59,7 +59,8 @@ textarea {width:100%;}
.formfeedback {}
.formfeedback div {padding:4px; border-bottom:1px dotted #aaa;}
-.odd {background:#eee;}
+.odd {background:#eee;color:#000}
+.even {color:#000}
.dialog-error,
.error {background:#fdd;}