From 9adcddff767aa7499658efb9a55b5c31270b64b8 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Fri, 26 Oct 2007 12:09:25 +0000 Subject: [PATCH] add a note about :hover requiring an element in the selector when in quirks mode --- skin/vimperator.css | 1 + 1 file changed, 1 insertion(+) diff --git a/skin/vimperator.css b/skin/vimperator.css index 7ac3e0b6..792c22f1 100644 --- a/skin/vimperator.css +++ b/skin/vimperator.css @@ -150,6 +150,7 @@ the terms of any one of the MPL, the GPL or the LGPL. color: green; text-decoration: none; } +/* NOTE: .aClass:hover not supported in quirks mode: http://developer.mozilla.org/en/docs/Mozilla_Quirks_Mode_Behavior */ a.hl-URL:hover { text-decoration: underline; cursor: pointer;