]> git.wh0rd.org - tt-rss.git/commitdiff
neon theme updates (4)
authorAndrew Dolgov <fox@bah.org.ru>
Thu, 14 Jan 2010 16:07:53 +0000 (19:07 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Thu, 14 Jan 2010 16:07:53 +0000 (19:07 +0300)
themes/neon/theme.css

index 004b1574abb17644a307e796c2c19cd92987b6d3..67b2df59ff04f8101bef74dd4a994462eae10a4b 100644 (file)
@@ -12,6 +12,7 @@ a:hover {
 
 h3 {
        border-color : #202020;
+       color : #f0f0f0;
 }
 
 #overlay {
@@ -412,10 +413,12 @@ 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 {
@@ -523,4 +526,11 @@ div.whiteBox {
        background : #202020;
 }
 
+table.prefPrefsList tr:hover td.prefValue {
+       color : #b077ec;
+}
+
+table.prefPrefsList tr:hover td.prefValue input {
+       color : #b077ec;
+}