summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-01-15 17:21:30 +0300
committerAndrew Dolgov <[email protected]>2010-01-15 17:21:30 +0300
commit2a13f31c394dcae833036a17e95e26bd88283c9c (patch)
treec6ecfe5afc5e427b2de39d41abfd951b60a7db5f /themes
parent753fc766ad5b29a53feba0c16d77a25f96d74e8c (diff)
adjust input sizes in neutral theme
Diffstat (limited to 'themes')
-rw-r--r--themes/neutral/theme.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/themes/neutral/theme.css b/themes/neutral/theme.css
index ebf65a76a..6de171de0 100644
--- a/themes/neutral/theme.css
+++ b/themes/neutral/theme.css
@@ -110,8 +110,9 @@ button[disabled], input[disabled], select[disabled], textarea[disabled] {
input, select, button {
background : #f0f0f0;
border : 1px solid #c0c0c0;
- color : #gray;
+ color : #404040;
padding : 2px 4px 2px 4px;
+ font-size : 12px;
}
button:active {