]> git.wh0rd.org - tt-rss.git/blobdiff - themes/neutral/theme.css
update theme css
[tt-rss.git] / themes / neutral / theme.css
index 3aa460f166c5521aedb832d83da252d67918ea61..df018519b9300ee10a9e366eba00882e4b189406 100644 (file)
@@ -26,6 +26,10 @@ div.headlines_cdm {
        background : #f0f0f0;
 }
 
+div#headlinesContainer {
+       background : #f0f0f0;
+}
+
 div#headlinesInnerContainer {
        background : #fafafa;
 }
@@ -67,7 +71,7 @@ div.prefsTab {
        border-color : #f0f0f0;
 }
 
-div.prefsTabSelected {
+div.prefsTab.Selected {
        border-color : #909090;
        background : url("images/prefs_tab.png");
 }
@@ -103,15 +107,17 @@ table.prefFilterList td.filterEditCat {
 }
 
 button[disabled], input[disabled], select[disabled], textarea[disabled] {
-       background : #404040;
+       background : #f0f0f0;
        color : gray;
 }
 
 input, select, button {
        background : #f0f0f0;
        border : 1px solid #c0c0c0;
-       color : #gray;
+       color : #404040;
        padding : 2px 4px 2px 4px;
+       font-size : 12px;
+       font-family : "Lucida Grande", "Segoe UI", Tahoma, Arial, sans-serif;
 }
 
 button:active {