1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-14 13:25:54 +00:00

remove postHeader gradient

This commit is contained in:
Andrew Dolgov
2013-03-31 15:27:22 +04:00
parent 90ede186d2
commit b7a6e75408

View File

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