]> git.wh0rd.org - tt-rss.git/commitdiff
remove postHeader gradient
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sun, 31 Mar 2013 11:27:22 +0000 (15:27 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sun, 31 Mar 2013 11:27:22 +0000 (15:27 +0400)
tt-rss.css

index bdfeee3a38c14f8b4975152c4a6d36c1f9eaa20c..80f8564cf2d618807af108c42ed6098e650ce7cb 100644 (file)
@@ -32,11 +32,8 @@ div.postReply a:hover {
 div.postReply div.postHeader {
        border-width : 0px 0px 1px 0px;
        border-style : solid;
-       border-color : #88b0f0;
-       background-color : white;
-       background : url("images/toolbar.png");
-       background-position : bottom left;
-       background-repeat : repeat-x;
+       border-color : #c0c0c0;
+       background : #f0f0f0;
        padding : 5px;
        color : #909090;
 }
@@ -983,7 +980,7 @@ body#ttrssZoom div.postReply {
        box-shadow : 0px 0px 3px #ccc;
 }
 
-body#ttrssZoom div.postContent, body#ttrssZoom div.postHeader {
+body#ttrssZoom div.postContent {
        background-color : white;
 }