]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
OPML import
[tt-rss.git] / tt-rss.css
index 2d3f07f53bceda026f0e757c62fa056bf5e3e611..a714ca5cbe9f1edb1ec0bc4997b65076154c9670 100644 (file)
@@ -184,6 +184,15 @@ table.main td.notify {
 
 }
 
+.evenGrayed {
+       background-color : #f0f0f0;
+       color : #909090;
+}
+
+.oddGrayed {
+       color : #909090;
+}
+
 .even {
        background-color : #f0f0f0;
 }
@@ -209,6 +218,17 @@ table.prefAddFeed input {
        width : 250px;
 }
 
+form.prefForm {
+       border : 1px solid #c0c0c0;
+       padding : 10px;
+       -moz-border-radius : 5px;
+       background-color : #f0f0f0;
+       background-image : url("images/form.png");
+       background-position : bottom left;
+       background-repeat : repeat-x;
+       width : 500px;
+}
+
 table.prefAddFeed {
        border : 1px solid #c0c0c0;
        padding : 10px;
@@ -260,7 +280,7 @@ a.disabledButton:hover {
        color : #909090;
 }
 
-a.button {
+.button {
        font-family : tahoma, sans-serif;
        border : 1px solid #d0d0d0;
        background-image : url("images/button.png");
@@ -272,13 +292,13 @@ a.button {
        font-size : small;
 }
 
-a.button:hover {
+.button:hover {
        background : white;
        text-decoration : none;
        color : black;
 }
 
-a.buttonWarn {
+.buttonWarn {
        font-family : tahoma, sans-serif;
        border : 1px solid #d0d0d0;
        background-image : url("images/button.png");
@@ -290,7 +310,7 @@ a.buttonWarn {
        font-size : small;
 }
 
-a.buttonWarn:hover {
+.buttonWarn:hover {
        background : #fff0f0;
        text-decoration : none;
        color : black;