diff options
| author | laetzer <laetzer@users.sourceforge.net> | 2008-10-10 02:35:34 +0000 |
|---|---|---|
| committer | laetzer <laetzer@users.sourceforge.net> | 2008-10-10 02:35:34 +0000 |
| commit | 018d9b592d8c468fb56efd14f44286c0af064706 (patch) | |
| tree | 8f9541bc819f9c26adc4ebe4a7dccba5319ff816 /style | |
| parent | 05fbf70e2b9c84f9d177b609c2068a5e52c1bbfd (diff) | |
| download | install-018d9b592d8c468fb56efd14f44286c0af064706.tar.gz install-018d9b592d8c468fb56efd14f44286c0af064706.tar.bz2 install-018d9b592d8c468fb56efd14f44286c0af064706.zip | |
less colors
Diffstat (limited to 'style')
| -rw-r--r-- | style/install.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/style/install.css b/style/install.css index 50c4092..e134355 100644 --- a/style/install.css +++ b/style/install.css @@ -45,13 +45,13 @@ div.progressbar div.progress0 {background:#fdf9ea;width:3em !important} /* step nav */ #stepmenu {background:#ffe339 url(images/favicon.ico) no-repeat 8px 7px;padding:4px 0 0 28px;margin:26px auto 0em auto} -#stepmenu li {padding:26px 0.5em 0.5em 0.5em;display:inline;color:#44650c;border:0} +#stepmenu li {padding:26px 0.5em 0.5em 0.5em;display:inline;color:#000;border:0} #stepmenu li.current {background:transparent url(images/software-update-available-trans.png) no-repeat top;color:#fff;font-weight:700} #stepmenu li.current a {color:#000} #stepmenu li.success {background-position:top;background-color:transparent} -#stepmenu li.success a {color:#79c714} +#stepmenu li.success a {color:#a73} #stepmenu li.uncompleted {} #stepmenu li.uncompleted a {} |
