From 3be64a1586fc6c744a888e2e882d7b9330fe2d73 Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Sat, 29 Sep 2007 17:24:18 +0200 Subject: [PATCH] A small CSS tweak again Signed-off-by: Florent Bruneau --- htdocs/css/default.css | 2 +- htdocs/css/keynote.css | 2 +- htdocs/css/openweb.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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; } -- 2.1.4