]> git.wh0rd.org - tt-rss.git/blobdiff - css/tt-rss.css
unify normal headline colors with cdm; add selected backgrounds in expandable and...
[tt-rss.git] / css / tt-rss.css
index ad80ae9f8beae15de718ff38f33dbb8acbc8dbaa..a9fcca136d0cf56f6b65f47f38ec28ee5a1966cd 100644 (file)
@@ -182,7 +182,7 @@ a:hover {
 
 .hl div.hlTitle a {
        font-weight : bold;
-       color : #555;
+       color : #999;
 }
 
 .hl.Unread div.hlTitle a {
@@ -195,15 +195,20 @@ a:hover {
 
 .hl.active div.hlTitle a {
        color : #4684ff;
+       text-shadow : 1px 1px 2px #fff;
+}
+
+.hl.Selected {
+       background : #f9fbff;
 }
 
 .hl.Grayed {
        color : #909090;
 }
 
-#headlines-frame div.hl:nth-child(even) {
+/* #headlines-frame div.hl:nth-child(even) {
        background : #fafafa;
-}
+} */
 
 #headlines-frame.normal {
 
@@ -358,12 +363,9 @@ div#headlines-toolbar span.r a {
 }
 
 span.contentPreview {
-       color : #555;
+       color : #999;
        font-weight : normal;
-}
-
-span.contentPreview:hover {
-       color : #4684ff;
+       text-shadow : 1px 1px 2px #fff;
 }
 
 span.hlLabelRef {
@@ -1095,3 +1097,7 @@ body#ttrssPrefs hr {
 .dijitMenuItemLabel {
        font-size : 13px;
 }
+
+.dijitTreeRowSelected .dijitTreeLabel {
+       text-shadow : 1px 1px 2px #fff;
+}