]> 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 d41cebf0f6532e64e76e71339c9d2c0dd97ab6bc..7c9eb7be2e89f14dfdfd9bbb5b655f62dd3960ef 100644 (file)
@@ -12,6 +12,7 @@ a:hover {
 
 h3 {
        border-color : #202020;
+       color : #f0f0f0;
 }
 
 #overlay {
@@ -44,13 +45,22 @@ div#l_progress_i {
 #feeds-holder {
        background : #404040;
        border-style : solid;
-       border-color : #404040;
+       border-color : #202020;
 }
 
 #toolbar {
        background : #202020;
 }
 
+option {
+       color : #b077ec;
+}
+
+button[disabled], input[disabled], select[disabled], textarea[disabled] {
+       background : #404040;
+       color : gray;
+}
+
 input, select, button {
        background : #3c2c4c;
        border : 1px solid black;
@@ -58,6 +68,16 @@ input, select, button {
        padding : 2px 4px 2px 4px;
 }
 
+button:active {
+       background : url("images/button_pressed.png") top left;
+       background-repeat : repeat-x;
+}
+
+button {
+       background : url("images/button.png") top left;
+       background-repeat : repeat-x;
+}
+
 textarea {
        background : #3c2c4c;
        border : 1px solid black;
@@ -99,7 +119,7 @@ div.headlinesSubToolbar {
 }
 
 #content-insert {
-       background : #202020;
+       background : #303030;
 }
 
 .evenUnreadSelected, .evenSelectedUnread, .evenUnreadSelected td,
@@ -148,7 +168,7 @@ div.headlinesSubToolbar {
 }
 
 .odd, .odd td {
-       background-color : #202020;
+       background-color : #303030;
        border-color : #202020;
 }
 
@@ -161,7 +181,7 @@ div.headlinesSubToolbar {
 .oddUnread, .oddUnread td {
        font-weight : bold;
        border-color : #404040;
-       background-color : #202020;
+       background-color : #303030;
 }
 
 ul.feedList li.feedCatSelected {
@@ -241,36 +261,36 @@ span.contentPreview:hover, td.hlContent a:hover {
 }
 
 span#headlineActionsDrop {
-       border : 1px solid #202020;
-       color : gray;
-       background : #202020;
+       border : 1px solid black;
+       color : #b077ec;
+       background : #3c2c4c;
 }
 
 ul#headlineActionsBody {
-       background-color : #202020;
-       border-color : #202020;
+       background-color : #3c2c4c;
+       border-color : black;
 }
 
 ul#headlineActionsBody li {
-       color : gray;
+       color : #b077ec;
 }
 
 ul#headlineActionsBody li:hover {
-       color : gray;
-       background : #404040;
+       color : white;
+       background : #b077ec;
 }
 
 ul#headlineActionsBody li.insensitive {
-       color : #404040;
+       color : white;
 }
 
 ul#headlineActionsBody li.insensitive:hover {
-       background : #202020;
-       color : #404040;
+       background : #3c2c4c;
+       color : white;
 }
 
 optgroup {
-       color : #b077ec;
+       color : white;
 }
 
 #infoBoxTitle {
@@ -301,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;
@@ -309,7 +335,7 @@ div.notice {
 
 div.tagCloudContainer {
        border : 1px solid #404040;
-       background : #202020;
+       background : #303030;
 }
 
 div.tagCloudContainer a:hover {
@@ -398,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 {
@@ -486,3 +514,65 @@ div.cdmContent a:hover {
        color : #3c2c4c;
 }
 
+::-moz-selection {
+       background : #3c2c4c;
+       color : white;
+}
+
+::selection {
+       background : #3c2c4c;
+       color : white;
+}
+
+code::-moz-selection {
+       background: #3c2c4c;
+}
+
+code::selection {
+       background: #3c2c4c;
+}
+
+div.whiteBox {
+       color : gray;
+       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;
+}
+