A small CSS tweak again
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Sat, 29 Sep 2007 15:24:18 +0000 (17:24 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Sat, 29 Sep 2007 15:24:18 +0000 (17:24 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
htdocs/css/default.css
htdocs/css/keynote.css
htdocs/css/openweb.css

index d501be4..cfe5c39 100644 (file)
@@ -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;
 }
index c630fdd..334b8fe 100644 (file)
@@ -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;
 }
index 7415b4a..b7b64e0 100644 (file)
@@ -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;
 }