From: Andrew Dolgov Date: Tue, 14 May 2013 12:23:06 +0000 (+0400) Subject: remove focus outline on feedtree label X-Git-Tag: 1.8~126 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=4128abee48fa992b8e25897a88b83bec18fb4455;p=tt-rss.git remove focus outline on feedtree label --- diff --git a/tt-rss.css b/tt-rss.css index 0ea25e44..49cbb40d 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -855,6 +855,10 @@ div.fatalError textarea { font-weight : bold; } +.dijitTreeLabel { + outline : 0; +} + .feedParam { color : #555; float : right;