From: Florent Bruneau Date: Sat, 29 Sep 2007 15:24:18 +0000 (+0200) Subject: A small CSS tweak again X-Git-Tag: xorg/0.9.15~95 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=3be64a1586fc6c744a888e2e882d7b9330fe2d73;p=platal.git A small CSS tweak again Signed-off-by: Florent Bruneau --- diff --git a/htdocs/css/default.css b/htdocs/css/default.css index d501be4..cfe5c39 100644 --- a/htdocs/css/default.css +++ b/htdocs/css/default.css @@ -316,7 +316,7 @@ div.long td.rt { width: 65%; } color: #fff; } -.wizard .wiz_header .active { +.wizard .wiz_header .active, .wizard .wiz_header .active:hover { background: url('../images/skins/wiz_active.png') #444 top left repeat-x; color: #fff; } diff --git a/htdocs/css/keynote.css b/htdocs/css/keynote.css index c630fdd..334b8fe 100644 --- a/htdocs/css/keynote.css +++ b/htdocs/css/keynote.css @@ -328,7 +328,7 @@ div.long td.rt { width: 65%; } color: #fff; } -.wizard .wiz_header .active { +.wizard .wiz_header .active, .wizard .wiz_header .active:hover { background: url('../images/skins/wiz_active.png') #444 top left repeat-x; color: #fff; } diff --git a/htdocs/css/openweb.css b/htdocs/css/openweb.css index 7415b4a..b7b64e0 100644 --- a/htdocs/css/openweb.css +++ b/htdocs/css/openweb.css @@ -307,7 +307,7 @@ div.long td.rt { width: 65%; } color: #fff; } -.wizard .wiz_header .active { +.wizard .wiz_header .active, .wizard .wiz_header .active:hover { background: url('../images/skins/wiz_active.png') #444 top left repeat-x; color: #fff; }