1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 23:15:55 +00:00

remove focus outline on feedtree label

This commit is contained in:
Andrew Dolgov
2013-05-14 16:23:06 +04:00
parent ad61bdc46c
commit 4128abee48

View File

@@ -855,6 +855,10 @@ div.fatalError textarea {
font-weight : bold;
}
.dijitTreeLabel {
outline : 0;
}
.feedParam {
color : #555;
float : right;