1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-28 12:10:52 +02: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;