]> git.wh0rd.org - tt-rss.git/blobdiff - themes/neon/theme.css
neon updates; make more icons themeable; misc fixes
[tt-rss.git] / themes / neon / theme.css
index 004b1574abb17644a307e796c2c19cd92987b6d3..7c9eb7be2e89f14dfdfd9bbb5b655f62dd3960ef 100644 (file)
@@ -12,6 +12,7 @@ a:hover {
 
 h3 {
        border-color : #202020;
+       color : #f0f0f0;
 }
 
 #overlay {
@@ -55,6 +56,11 @@ option {
        color : #b077ec;
 }
 
+button[disabled], input[disabled], select[disabled], textarea[disabled] {
+       background : #404040;
+       color : gray;
+}
+
 input, select, button {
        background : #3c2c4c;
        border : 1px solid black;
@@ -315,7 +321,13 @@ div.notice {
        color : gray;
 }
 
-.notify, .notifyInfo, .notifyProgress {
+div.error, div.warning {
+       background : #3c2c4c;
+       border : 1px solid #404040;
+       color : #b077ec:;
+}
+
+.notify, .notifyInfo, .notifyProgress, .notifyError {
        border-color : #b077ec;
        background-color : #3c2c4c;
        color : gray;
@@ -323,7 +335,7 @@ div.notice {
 
 div.tagCloudContainer {
        border : 1px solid #404040;
-       background : #202020;
+       background : #303030;
 }
 
 div.tagCloudContainer a:hover {
@@ -412,20 +424,22 @@ tr.title td a:hover {
 
 table.prefFeedList td.feedEditCat {
        border-color : #202020;
+       color : #f0f0f0;
 }
 
 table.prefFilterList td.filterEditCat {
        border-color : #202020;
+       color : #f0f0f0;
 }
 
 ul.browseFeedList, ul.userFeedList {
        border : 1px solid #404040;
-       background : #202020;
+       background : #303030;
 }
 
 div.prefFeedCatHolder {
        border : 1px solid #404040;
-       background-color : #202020;
+       background-color : #303030;
 }
 
 #debug_output {
@@ -523,4 +537,42 @@ div.whiteBox {
        background : #202020;
 }
 
+table.prefPrefsList tr:hover td.prefValue {
+       color : #b077ec;
+}
+
+table.prefPrefsList tr:hover td.prefValue input {
+       color : #b077ec;
+}
+
+span.groupPrompt {
+       color : #b077ec;
+}
+
+div.labelColorIndicator {
+       border-color : #202020;
+}
+
+div.colorPicker div.colorPickerEntry:hover {
+       border : 1px solid #b077ec;
+}
+
+div.colorPicker div.ccPrompt:hover {
+       color : #b077ec;
+}
+
+div.colorPicker div.colorPickerEntry {
+       border : 1px solid #202020;
+}
+
+div.colorPicker {
+       border : 1px solid #202020;
+       background : #404040;
+       color : gray;
+}
+
+ul.feedErrorsList {
+       border : 1px solid #404040;
+       background-color : #303030;
+}