diff options
| author | laetzer <laetzer@users.sourceforge.net> | 2007-10-12 11:24:46 +0000 |
|---|---|---|
| committer | laetzer <laetzer@users.sourceforge.net> | 2007-10-12 11:24:46 +0000 |
| commit | 9ddb25b0afbd3aaa1b2c41999c3f4505fd0e7b7b (patch) | |
| tree | e565eaf07242c0392056ba9624a89c571679bfc7 /style | |
| parent | 4e130dbea986b77357994ee57698b5da420227ba (diff) | |
| download | install-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.css | 3 |
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;} |
