summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-05-14 16:23:06 +0400
committerAndrew Dolgov <[email protected]>2013-05-14 16:23:06 +0400
commit4128abee48fa992b8e25897a88b83bec18fb4455 (patch)
treeb39f807f036b3eb5a0819f0b86e942e37e61995d /tt-rss.css
parentad61bdc46cfb7d69683a6d10202aaa7fb3cc0e51 (diff)
remove focus outline on feedtree label
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 0ea25e446..49cbb40d4 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;