diff --git a/skin/vimperator.css b/skin/vimperator.css index c4812b2d..ebfe9f86 100644 --- a/skin/vimperator.css +++ b/skin/vimperator.css @@ -119,6 +119,7 @@ } a.hl-URL:hover { text-decoration: underline; + cursor: pointer; } /* MOW */ @@ -149,8 +150,4 @@ a.hl-URL:hover { padding: 0px 2px; } -#vimperator-multiline-output-content a { - cursor: pointer; -} - /* vim: set fdm=marker sw=4 ts=4 et: */