summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-10-25 16:40:17 +0400
committerAndrew Dolgov <[email protected]>2012-10-25 16:40:17 +0400
commit30c337cf3d7074f4cac1ff7508c7123014cb7b0c (patch)
tree7ad93507c418f3dcf1b9d7ed9ef8aac8986e6484 /tt-rss.css
parentf4c0d2a6938a6b58cbebcf0cb55637c7e5cf84ff (diff)
add rrow background color setting by first assigned label
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 619a03f98..ef84b7580 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -190,11 +190,11 @@ a:hover {
}
.Selected, .Selected td {
- background-color : #fff7d5;
+ background-color : #fff7d5 ! important;
}
.even.Unread.Selected, .even.Unread.Selected td {
- background-color : #fff7d5;
+ background-color : #fff7d5 ! important;
font-weight : bold;
border-width : 0px 0px 1px 0px;
border-style : solid;
@@ -202,7 +202,7 @@ a:hover {
}
.odd.Unread.Selected, .odd.Unread.Selected td {
- background-color : #fff7d5;
+ background-color : #fff7d5 ! important;
font-weight : bold;
border-width : 0px 0px 1px 0px;
border-style : solid;