remove focus outline on feedtree label
This commit is contained in:
parent
ad61bdc46c
commit
4128abee48
|
@ -855,6 +855,10 @@ div.fatalError textarea {
|
||||||
font-weight : bold;
|
font-weight : bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dijitTreeLabel {
|
||||||
|
outline : 0;
|
||||||
|
}
|
||||||
|
|
||||||
.feedParam {
|
.feedParam {
|
||||||
color : #555;
|
color : #555;
|
||||||
float : right;
|
float : right;
|
||||||
|
|
Loading…
Reference in New Issue