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
1 changed files with 4 additions and 0 deletions

View File

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