mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 23:15:55 +00:00
add experimental counterNode text shadow
This commit is contained in:
@@ -1110,6 +1110,7 @@ body#ttrssMain #feedTree {
|
|||||||
background : #f0f0f0;
|
background : #f0f0f0;
|
||||||
color : #999;
|
color : #999;
|
||||||
border-color : #f0f0f0;
|
border-color : #f0f0f0;
|
||||||
|
text-shadow : none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#feedTree .counterNode {
|
#feedTree .counterNode {
|
||||||
@@ -1125,6 +1126,7 @@ body#ttrssMain #feedTree {
|
|||||||
float : right;
|
float : right;
|
||||||
margin : 5px 5px 5px 0px;
|
margin : 5px 5px 5px 0px;
|
||||||
min-width : 23px;
|
min-width : 23px;
|
||||||
|
text-shadow : 1px 1px rgba(0,0,0,0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
#feedTree .dijitTreeRow {
|
#feedTree .dijitTreeRow {
|
||||||
|
|||||||
Reference in New Issue
Block a user