]> git.wh0rd.org - tt-rss.git/blobdiff - tt-rss.css
mark headlines page as read now works (via rpc)
[tt-rss.git] / tt-rss.css
index a225056bd55980971190c5d8f84a086f007882db..ba1d08a1237bc57dc3294a71055a45ee69558088 100644 (file)
@@ -3,6 +3,7 @@ body {
        color : black;
        margin : 0px;
        padding : 0px;
+       font-family : sans-serif;
 }
 
 h1 {
@@ -54,7 +55,7 @@ table.feeds td.footer {
        font-size : small;
 }
 
-table.headlines td.search {
+table.headlinesList td.search {
        font-size : small;
 /*     border-width : 0px 0px 1px 0px;
        border-color : #d0d0d0;
@@ -62,7 +63,7 @@ table.headlines td.search {
        padding-bottom : 3px; */
 }
 
-table.headlines td.title {
+table.headlinesList td.title {
        font-weight : bold;
        font-size : large;
        border-width : 0px 0px 1px 0px;
@@ -72,9 +73,8 @@ table.headlines td.title {
        padding-bottom : 3px;
 }
 
-table.headlines td.headlineUpdated {
+table.headlinesList td.headlineUpdated {
        width : 200px;
-
 }
 
 input {
@@ -230,6 +230,20 @@ table.prefFeedList tr.title td {
        background-color : #c0c0c0;
 }
 
+a.disabledButton {
+       border : 1px solid #d0d0d0;
+       background-color : white;
+       color : #909090;        
+       padding : 2px 10px 2px 10px;
+       font-size : small;
+}
+
+a.disabledButton:hover {
+       background : white;
+       text-decoration : none;
+       color : #909090;
+}
+
 a.button {
        border : 1px solid #d0d0d0;
        background-image : url("button.png");