summaryrefslogtreecommitdiff
path: root/roundcubemail/installer/styles.css
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-02-27 08:11:17 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2008-02-27 08:11:17 +0000
commitca4d027a2f3451d1907ff9ca0645bef06641bb3e (patch)
treea0f04e8c587517497a3db68c7adebc71d3f47fa4 /roundcubemail/installer/styles.css
parent2a29c0de621e53c9cd9af3c8f72d3fe618de15a8 (diff)
Allow to skip the config step if config files already exist
git-svn-id: https://svn.roundcube.net/trunk@1144 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/installer/styles.css')
-rw-r--r--roundcubemail/installer/styles.css17
1 files changed, 11 insertions, 6 deletions
diff --git a/roundcubemail/installer/styles.css b/roundcubemail/installer/styles.css
index 0260b6741..1e91ec2c0 100644
--- a/roundcubemail/installer/styles.css
+++ b/roundcubemail/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 {