From 2a13f31c394dcae833036a17e95e26bd88283c9c Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 15 Jan 2010 17:21:30 +0300 Subject: [PATCH] adjust input sizes in neutral theme --- themes/neutral/theme.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/themes/neutral/theme.css b/themes/neutral/theme.css index ebf65a76..6de171de 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 { -- 2.39.2