From: Andrew Dolgov Date: Sun, 1 Oct 2006 09:49:30 +0000 (+0100) Subject: fix cursor type for selected prefsTab X-Git-Tag: 1.2.4~36 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=10b443bd5932dd3b88113b03b4182b3c7f4d49df;p=tt-rss.git fix cursor type for selected prefsTab --- diff --git a/tt-rss.css b/tt-rss.css index 910b9e77..de1ce726 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -501,6 +501,10 @@ div.prefsTab:hover { cursor : pointer; } +div.prefsTabSelected:hover { + cursor : pointer; +} + div.prefsTab { float : left; border-width : 1px 1px 0px 1px;