myexperiment-hackers
[Top][All Lists]
Advanced

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

[myexperiment-hackers] [1943] trunk/public/stylesheets/star_rating.css:


From: noreply
Subject: [myexperiment-hackers] [1943] trunk/public/stylesheets/star_rating.css: Fix to stop a box appearing when you click in Firefox (the text of the
Date: Tue, 11 Nov 2008 11:26:10 -0500 (EST)

Revision
1943
Author
dtm
Date
2008-11-11 11:26:10 -0500 (Tue, 11 Nov 2008)

Log Message

Fix to stop a box appearing when you click in Firefox (the text of the
anchors are shifted off the screen to the left)

Modified Paths

Diff

Modified: trunk/public/stylesheets/star_rating.css (1942 => 1943)


--- trunk/public/stylesheets/star_rating.css	2008-11-11 15:34:18 UTC (rev 1942)
+++ trunk/public/stylesheets/star_rating.css	2008-11-11 16:26:10 UTC (rev 1943)
@@ -32,6 +32,7 @@
         z-index: 20;
         position: absolute;
         padding: 0px;
+        outline: none;
     }
     .star-rating li a:hover{
         background: url(/images/star_rating.gif) left center;

reply via email to

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