]> git.wh0rd.org - tt-rss.git/blobdiff - cdm.css
add a placeholder where floicon might be added if needed, still keep it
[tt-rss.git] / cdm.css
diff --git a/cdm.css b/cdm.css
index dee6022bf3f5cdcc7dc2241bbaefb7a8eacfa2f9..4adc8f38f723f4a855134a531b622effbb8c3d7e 100644 (file)
--- a/cdm.css
+++ b/cdm.css
@@ -20,7 +20,7 @@ div.cdmHeader > span {
 }
 
 div.cdmHeader span.updated {
-       color : gray;
+       color : #555;
        font-weight : normal;
        font-size : 11px;
        white-space : nowrap;
@@ -59,7 +59,7 @@ div.cdmContentInner img {
 div.cdmFooter {
        padding : 5px;
        font-weight : normal;
-       color : gray;
+       color : #555;
        clear : both;
 }
 
@@ -99,7 +99,7 @@ div.cdm.expandable.active {
 
 div.cdm.expandable div.cdmHeader a.title {
        font-weight : bold;
-       color : gray;
+       color : #555;
 }
 
 div.cdm.expandable.Unread div.cdmHeader a.title {
@@ -116,7 +116,7 @@ div.cdm.expanded div.cdmHeader {
 
 div.cdm.expanded div.cdmHeader a.title {
        font-size : 14px;
-       color : gray;
+       color : #999;
        font-weight : bold;
 }
 
@@ -130,7 +130,7 @@ div.cdm.expanded.Unread div.cdmHeader a.title {
 }
 
 div.cdm.expanded div.cdmContent {
-       color : gray;
+       color : #555;
 }
 
 div.cdm.expanded.Unread div.cdmContent {
@@ -143,14 +143,14 @@ div.cdm.active div.cdmContent {
 
 span.cdmExcerpt {
        font-size : 11px;
-       color : gray;
+       color : #555;
        font-weight : normal;
        cursor : pointer;
 }
 
 div.cdmContent div.postEnclosures {
        margin-top : 1em;
-       color : gray;
+       color : #555;
 }
 
 div.cdmFeedTitle {
@@ -163,13 +163,13 @@ div.cdmFeedTitle {
 }
 
 div.cdmFeedTitle a.title {
-       color : gray;
+       color : #555;
        font-style : italic;
        font-weight : bold;
 }
 
 div.cdmFeedTitle a {
-       color : gray;
+       color : #555;
 }
 
 div.cdmFeedTitle a:hover {
@@ -184,7 +184,7 @@ div.cdmHeader span.hlFeed {
 
 div.cdmHeader div.hlFeed, div.cdmHeader div.hlFeed a {
        vertical-align : middle;
-       color : gray;
+       color : #555;
        font-weight : normal;
        font-style : italic;
        font-size : 11px;
@@ -205,7 +205,7 @@ div.cdmContentInner iframe {
 }
 
 div.cdmHeader span.author {
-       color : gray;
+       color : #555;
        font-size : 11px;
        font-weight : normal;
 }