]> git.decadent.org.uk Git - videolink.git/commitdiff
Corrected link colour style rules to apply only to links.
authorBen Hutchings <ben@decadent.org.uk>
Sat, 14 Oct 2006 00:52:59 +0000 (00:52 +0000)
committerBen Hutchings <ben@decadent.org.uk>
Sun, 2 Nov 2008 23:57:37 +0000 (23:57 +0000)
videolink.css

index b44149939e3c07d02643828b88c5fef76c428ead..86800b881e58cd7ed5bc9099374d50d4f2b4e1d2 100644 (file)
@@ -14,11 +14,11 @@ a:link, a:visited {
   white-space: nowrap;
 }
 /* The hover state must be made obvious since DVD players have no pointer. */
-a:hover {
+a:link:hover, a:visited:hover {
   color: red;
 }
 /* The active state should provide visual feedback, but is not so critical. */
-a:active {
+a:link:active, a:visited:active {
   color: purple;
 }
 /* Don't show focus rectangles. */