diff options
| author | Andrew Dolgov <fox@bah.spb.su> | 2009-01-22 04:52:48 +0100 |
|---|---|---|
| committer | Andrew Dolgov <fox@bah.spb.su> | 2009-01-22 04:52:48 +0100 |
| commit | b2f7790b5b55410c221eff3fdb362e4e7e576421 (patch) | |
| tree | 59846fb9eb1dfe38804127eb95e7e51993546902 | |
| parent | e9adc2e1e6efe0480664245624c99badfd7aecf0 (diff) | |
disable stupid mozilla dotted outlines around links
| -rw-r--r-- | tt-rss.css | 5 |
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; +} + |