summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2009-01-22 04:52:48 +0100
committerAndrew Dolgov <[email protected]>2009-01-22 04:52:48 +0100
commitb2f7790b5b55410c221eff3fdb362e4e7e576421 (patch)
tree59846fb9eb1dfe38804127eb95e7e51993546902 /tt-rss.css
parente9adc2e1e6efe0480664245624c99badfd7aecf0 (diff)
disable stupid mozilla dotted outlines around links
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css5
1 files changed, 5 insertions, 0 deletions
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;
+}
+