add experimental counterNode text shadow

This commit is contained in:
Andrew Dolgov 2013-06-26 16:52:22 +04:00
parent 3cd5511b32
commit 72f133bb06
1 changed files with 2 additions and 0 deletions

View File

@ -1110,6 +1110,7 @@ body#ttrssMain #feedTree {
background : #f0f0f0;
color : #999;
border-color : #f0f0f0;
text-shadow : none;
}
#feedTree .counterNode {
@ -1125,6 +1126,7 @@ body#ttrssMain #feedTree {
float : right;
margin : 5px 5px 5px 0px;
min-width : 23px;
text-shadow : 1px 1px rgba(0,0,0,0.2);
}
#feedTree .dijitTreeRow {