From b2f7790b5b55410c221eff3fdb362e4e7e576421 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 22 Jan 2009 04:52:48 +0100 Subject: [PATCH] disable stupid mozilla dotted outlines around links --- tt-rss.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tt-rss.css b/tt-rss.css index 137ea8927..31987977a 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; +} +