]> git.wh0rd.org - tt-rss.git/commitdiff
adjust input sizes in neutral theme
authorAndrew Dolgov <fox@bah.org.ru>
Fri, 15 Jan 2010 14:21:30 +0000 (17:21 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Fri, 15 Jan 2010 14:21:30 +0000 (17:21 +0300)
themes/neutral/theme.css

index ebf65a76af6511c6ece77798aed443dd58b3061a..6de171de072b9dae6cc7edee7ac121ee8f7f9f82 100644 (file)
@@ -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 {