summaryrefslogtreecommitdiff
path: root/installer/styles.css
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-02-27 08:11:17 +0000
committerthomascube <thomas@roundcube.net>2008-02-27 08:11:17 +0000
commitb3f9dfb54e46e63d14e605ea88605b6bc1ffa17d (patch)
treeaae4be12ab7b652d0102cea8c1d388d9c3458e36 /installer/styles.css
parentead3d2a16721df59428889d531cb6bd52fe65381 (diff)
Allow to skip the config step if config files already exist
Diffstat (limited to 'installer/styles.css')
-rw-r--r--installer/styles.css17
1 files changed, 11 insertions, 6 deletions
diff --git a/installer/styles.css b/installer/styles.css
index 0260b6741..1e91ec2c0 100644
--- a/installer/styles.css
+++ b/installer/styles.css
@@ -88,19 +88,24 @@ body, td, th, div, p {
padding: 1em 5em 1em 0.2em;
}
+#progress li a {
+ color: #999;
+ text-decoration: none;
+}
+
+#progress li a:hover {
+ text-decoration: underline;
+}
+
#progress li.current {
color: #000;
font-weight: bold;
}
#progress li.passed,
-#progress li.passed a {
+#progress li.passed a,
+#progress li.current a {
color: #333;
- text-decoration: none;
-}
-
-#progress li.passed a:hover {
- text-decoration: underline;
}
fieldset {