summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-11-01 19:07:07 +0400
committerAndrew Dolgov <[email protected]>2012-11-01 19:07:07 +0400
commit4e4a8e43ab5d32df2f2f9469a2d82759c58f4e79 (patch)
tree54bb87976a6c4df55d44a49c32e6e7e71b1ff827 /tt-rss.css
parent32b8671144eb9c298481e5d69f6985c0f88f1e3d (diff)
tweak postHeader css, etc
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 06aea9391..a7d571c42 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -33,10 +33,7 @@ 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;
+ background : #f7faff;
padding : 5px;
color : #909090;
}
@@ -529,7 +526,7 @@ div#headlines-toolbar .dijitSelect {
div#headlines-toolbar span.r {
float: right;
position: relative;
- background : #ecf4ff;
+ background : #f7faff;
border-left: 5px solid white;
padding : 0 4px 0px 4px;
text-align : right;
@@ -572,7 +569,7 @@ div#headlines-toolbar span.r span.error {
}
div#headlines-toolbar span.r a {
- color : gray;
+ color : #4684ff;
}
div#headlines-toolbar span.r a:hover {