summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css12
1 files changed, 4 insertions, 8 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 3661df44f..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;
@@ -720,10 +716,6 @@ div.autocomplete ul li {
cursor : pointer;
}
-#header a.feedback {
- color : #009900;
-}
-
a.visibleLink {
color : #4684ff;
}
@@ -1197,3 +1189,7 @@ span.collapseBtn {
div.postContent p {
max-width : 650px;
}
+
+.Unread div.hlTitle {
+ font-weight : bold;
+}