1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-30 12:30:52 +02:00

disable stupid mozilla dotted outlines around links

This commit is contained in:
Andrew Dolgov 2009-01-22 04:52:48 +01:00
parent e9adc2e1e6
commit b2f7790b5b

View File

@ -2089,3 +2089,8 @@ ul#headlineActionsBody li.insensitive:hover {
cursor : normal;
color : gray;
}
:focus {
-moz-outline-style: none;
}