From ca4d027a2f3451d1907ff9ca0645bef06641bb3e Mon Sep 17 00:00:00 2001 From: thomasb Date: Wed, 27 Feb 2008 08:11:17 +0000 Subject: 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 --- roundcubemail/installer/styles.css | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'roundcubemail/installer/styles.css') 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 { -- cgit v1.2.3