]> git.wh0rd.org - tt-rss.git/commitdiff
counter: remove text-shadow
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 12 Sep 2013 08:13:10 +0000 (12:13 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 12 Sep 2013 08:13:10 +0000 (12:13 +0400)
css/tt-rss.css

index 51b18ead69ab867815b100de1bcb4547091bf6f7..f07ecd39336ebeaf40ab30ab81be49bfdee21396 100644 (file)
@@ -1144,7 +1144,6 @@ body#ttrssMain #feedTree {
        background : #f0f0f0;
        color : #999;
        border-color : #f0f0f0;
-       text-shadow : none;
 }
 
 #feedTree .counterNode {
@@ -1164,7 +1163,6 @@ body#ttrssMain #feedTree {
        margin-top : 3px;
        min-width : 23px;
        height : 14px;
-       text-shadow : 1px 1px rgba(0,0,0,0.2);
 }
 
 #feedTree .dijitTreeRow {