summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-03-31 15:27:22 +0400
committerAndrew Dolgov <[email protected]>2013-03-31 15:27:22 +0400
commitb7a6e754084dd8ccccee70e50f75dcaef491adc7 (patch)
tree2b73d56a81fde55766a86621806233fca6159222 /tt-rss.css
parent90ede186d2f0bf66abe904996b3ea1227e304087 (diff)
remove postHeader gradient
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css9
1 files changed, 3 insertions, 6 deletions
diff --git a/tt-rss.css b/tt-rss.css
index bdfeee3a3..80f8564cf 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -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;
}