counter: remove text-shadow
This commit is contained in:
parent
59962a6ebd
commit
811a81c6de
|
@ -1144,7 +1144,6 @@ body#ttrssMain #feedTree {
|
||||||
background : #f0f0f0;
|
background : #f0f0f0;
|
||||||
color : #999;
|
color : #999;
|
||||||
border-color : #f0f0f0;
|
border-color : #f0f0f0;
|
||||||
text-shadow : none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#feedTree .counterNode {
|
#feedTree .counterNode {
|
||||||
|
@ -1164,7 +1163,6 @@ body#ttrssMain #feedTree {
|
||||||
margin-top : 3px;
|
margin-top : 3px;
|
||||||
min-width : 23px;
|
min-width : 23px;
|
||||||
height : 14px;
|
height : 14px;
|
||||||
text-shadow : 1px 1px rgba(0,0,0,0.2);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#feedTree .dijitTreeRow {
|
#feedTree .dijitTreeRow {
|
||||||
|
|
Loading…
Reference in New Issue