summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-14 19:07:53 +0300
committerAndrew Dolgov <[email protected]>2010-01-14 19:07:53 +0300
commitb47362e7cf8787d9064dab04d0c658a9431c82e1 (patch)
treeaaab46229edd84551f0e00425d4c31b1c49fe855 /themes
parente89e4da6b535f0bc167e706c403ff79f802f5bda (diff)
neon theme updates (4)
Diffstat (limited to 'themes')
-rw-r--r--themes/neon/theme.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/themes/neon/theme.css b/themes/neon/theme.css
index 004b1574a..67b2df59f 100644
--- a/themes/neon/theme.css
+++ b/themes/neon/theme.css
@@ -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;
+}