summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 2d152b049..99cd9958b 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -184,7 +184,6 @@ a:hover {
.even.Unread.Selected {
background : #fff7d5 ! important;
- font-weight : bold;
border-width : 0px 0px 1px 0px;
border-style : solid;
border-color : #e7d796;
@@ -192,7 +191,6 @@ a:hover {
.odd.Unread.Selected {
background : #fff7d5 ! important;
- font-weight : bold;
border-width : 0px 0px 1px 0px;
border-style : solid;
border-color : #e7d796;
@@ -244,7 +242,6 @@ a:hover {
.even.Unread {
background : #f0f0f0;
- font-weight : bold;
border-width : 0px 0px 1px 0px;
border-style : solid;
border-color : #c0c0c0;
@@ -252,7 +249,6 @@ a:hover {
}
.odd.Unread {
- font-weight : bold;
border-width : 0px 0px 1px 0px;
border-style : solid;
border-color : #c0c0c0;
@@ -1193,3 +1189,7 @@ span.collapseBtn {
div.postContent p {
max-width : 650px;
}
+
+.Unread div.hlTitle {
+ font-weight : bold;
+}