summaryrefslogtreecommitdiff
path: root/tt-rss.css
diff options
context:
space:
mode:
Diffstat (limited to 'tt-rss.css')
-rw-r--r--tt-rss.css24
1 files changed, 16 insertions, 8 deletions
diff --git a/tt-rss.css b/tt-rss.css
index 4ef9527d8..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;
}
@@ -1185,3 +1177,19 @@ ul.helpKbList span.hksequence {
ul.helpKbList h2 {
margin-top : 0px;
}
+
+.dijitTreeNode .loadingNode {
+ margin-left : 3px;
+}
+
+span.collapseBtn {
+ cursor : pointer;
+}
+
+div.postContent p {
+ max-width : 650px;
+}
+
+.Unread div.hlTitle {
+ font-weight : bold;
+}