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, 11 insertions, 1 deletions
diff --git a/tt-rss.css b/tt-rss.css
index edbb31161..a38159835 100644
--- a/tt-rss.css
+++ b/tt-rss.css
@@ -895,7 +895,7 @@ div.cdmArticleSelected, div.cdmArticleUnreadSelected {
padding : 10px;
}
-div.cdmArticleUnread div.cdmHeader a, div.cdmArticleUnreadSelected div.cdmHeader a {
+div.cdmArticleUnread div.cdmHeader a.title, div.cdmArticleUnreadSelected div.cdmHeader a {
font-weight : bold;
}
@@ -923,6 +923,7 @@ div.cdmHeader a:hover {
}
div.cdmContent {
+ margin-bottom : 5px;
}
a.warning {
@@ -1011,6 +1012,15 @@ div.cdmContent a:hover {
color : black;
}
+a.cdmToggleLink {
+ color : #808080;
+ font-size : x-small;
+}
+
+a.cdmToggleLink:hover {
+ color : #5050aa;
+}
+
.noborder {
border-width : 0px;
}