summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-16 23:08:22 +0300
committerAndrew Dolgov <[email protected]>2010-11-16 23:08:22 +0300
commit209832861366b8c7f520e98f81cf952885efe721 (patch)
tree3e2fa222c1e786e41e709846daf1c363119f7fec /tt-rss.css
parenta73e6b97aa12354ec96c5b370b98d65456326097 (diff)
css: tweak postHeader background
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 19eac0df5..a9897b80a 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -41,7 +41,10 @@ div.postReply div.postHeader {
border-width : 0px 0px 1px 0px;
border-style : solid;
border-color : #88b0f0;
- background-color : #ecf4ff;
+ background-color : white;
+ background : url("images/toolbar.png");
+ background-position : bottom left;
+ background-repeat : repeat-x;
padding : 5px;
color : #909090;
}
@@ -1542,3 +1545,5 @@ div#pref-tabs .dijitContentPane h3 {
font-size : 11px;
font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
} */
+
+