myexperiment-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myexperiment-hackers] [2933] trunk/public/stylesheets/styles.css: Fix t


From: noreply
Subject: [myexperiment-hackers] [2933] trunk/public/stylesheets/styles.css: Fix to stop tab bar moving when hovered over in IE7
Date: Wed, 15 Feb 2012 09:50:45 -0500 (EST)

Revision
2933
Author
fbacall
Date
2012-02-15 09:50:44 -0500 (Wed, 15 Feb 2012)

Log Message

Fix to stop tab bar moving when hovered over in IE7

Modified Paths

Diff

Modified: trunk/public/stylesheets/styles.css (2932 => 2933)


--- trunk/public/stylesheets/styles.css	2012-02-15 08:53:23 UTC (rev 2932)
+++ trunk/public/stylesheets/styles.css	2012-02-15 14:50:44 UTC (rev 2933)
@@ -332,12 +332,7 @@
 	color: #333333;
 }
 
-.tabnav li a:hover {
-	color: #FFFFFF;
-	background: #317eff;
-}
-
-.tabnav li#selected_tabnav a {
+.tabnav li a:hover, .tabnav li#selected_tabnav a {
 	background-color: #317eff;
 	background-image: none;
 	color: #FFFFFF;

reply via email to

[Prev in Thread] Current Thread [Next in Thread]