From: Andrew Dolgov Date: Thu, 22 Jan 2009 03:52:48 +0000 (+0100) Subject: disable stupid mozilla dotted outlines around links X-Git-Tag: git2svn-syncpoint-master~74 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=b2f7790b5b55410c221eff3fdb362e4e7e576421;p=tt-rss.git disable stupid mozilla dotted outlines around links --- diff --git a/tt-rss.css b/tt-rss.css index 137ea892..31987977 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -2089,3 +2089,8 @@ ul#headlineActionsBody li.insensitive:hover { cursor : normal; color : gray; } + +:focus { + -moz-outline-style: none; +} +