summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-11-01 19:09:28 +0400
committerAndrew Dolgov <[email protected]>2012-11-01 19:09:28 +0400
commitdb23a8ee3ee6ee9d6630897cfc82347fc316f89e (patch)
treef1b63f3623f7f48096203ca24bc5973dc8751bc4 /tt-rss.css
parente4b972f40b2b1184fa208af03e3906d271af1b5e (diff)
Revert "tweak postHeader css, etc"
This reverts commit 4e4a8e43ab5d32df2f2f9469a2d82759c58f4e79.
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css9
1 files changed, 6 insertions, 3 deletions
diff --git a/tt-rss.css b/tt-rss.css
index e438edb9f..0037dcaf8 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -33,7 +33,10 @@ div.postReply div.postHeader {
border-width : 0px 0px 1px 0px;
border-style : solid;
border-color : #88b0f0;
- background : #f7faff;
+ background-color : white;
+ background : url("images/toolbar.png");
+ background-position : bottom left;
+ background-repeat : repeat-x;
padding : 5px;
color : #909090;
}
@@ -526,7 +529,7 @@ div#headlines-toolbar .dijitSelect {
div#headlines-toolbar span.r {
float: right;
position: relative;
- background : #f7faff;
+ background : #ecf4ff;
border-left: 5px solid white;
padding : 0 4px 0px 4px;
text-align : right;
@@ -569,7 +572,7 @@ div#headlines-toolbar span.r span.error {
}
div#headlines-toolbar span.r a {
- color : #4684ff;
+ color : gray;
}
div#headlines-toolbar span.r a:hover {