summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-14 18:41:26 +0300
committerAndrew Dolgov <[email protected]>2010-01-14 18:41:26 +0300
commit48cdacecb5c448bc64d9a231de34eb118a34d4f2 (patch)
tree80541ab02ee8441203f7fd078deee2c418f541af /themes
parent3dad917c9c912caedee22aeed8ac3a97509df751 (diff)
neon theme updates (3)
Diffstat (limited to 'themes')
-rw-r--r--themes/neon/theme.css18
1 files changed, 17 insertions, 1 deletions
diff --git a/themes/neon/theme.css b/themes/neon/theme.css
index db1bc7935..004b1574a 100644
--- a/themes/neon/theme.css
+++ b/themes/neon/theme.css
@@ -62,6 +62,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;
@@ -73,7 +83,7 @@ select {
}
div.headlines_normal {
- border-color : #304040;
+ border-color : #404040;
background : #202020;
}
@@ -508,3 +518,9 @@ code::selection {
background: #3c2c4c;
}
+div.whiteBox {
+ color : gray;
+ background : #202020;
+}
+
+