]> git.wh0rd.org - tt-rss.git/blobdiff - themes/compat/theme.css
pref-feeds tweaks
[tt-rss.git] / themes / compat / theme.css
index 7fcf0fad2a12f8bc37e64beb88a1b1dac3f229e8..fcda0b431151a92c9bdb7a8e9462c0fde4dfed91 100644 (file)
@@ -315,6 +315,10 @@ tr.title td a:hover {
        color : #5050aa;
 }
 
+div.prefFeedCatHolder {
+       border : 1px solid #c0c0c0;
+}
+
 table.prefFeedList td.feedEditCat {
        font-size : large;
        border-color : #c0c0c0;
@@ -391,7 +395,7 @@ div.helpResponse {
        background : white;
 }
 
-#infoBoxShadow {
+/*#infoBoxShadow {
        background-image : url("images/shadow.png");
        position : absolute;
        width : 30%;
@@ -399,7 +403,7 @@ div.helpResponse {
        top : 30%;
        z-index : 3;
        display : none;
-}
+}*/
 
 div.infoBoxContents {
        background-image : url("images/vgrad_light_rev2.png");
@@ -932,3 +936,20 @@ div.return a:hover {
        background-repeat : repeat-x;
        border-color : #c0c0c0;
 }
+
+
+div.topLinks a {
+       color : #5050aa;        
+}
+
+div.tagCloudContainer {
+       border : 1px solid #c0c0c0;
+}
+
+div.infoBoxContents a {
+       color : #5050aa;
+}
+
+a.visibleLink {
+       color : gray;
+}