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;