diff options
author | alecpl <alec@alec.pl> | 2010-03-20 18:36:50 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-03-20 18:36:50 +0000 |
commit | 0b0a293313add1feeed7b3d8dba79d104fbebabb (patch) | |
tree | d032fc3afa4655e956a8946d2f7f73fcaf9c7d92 /skins/default/common.css | |
parent | 93343dd4d802f92487d5f7dc11195bf1dcbd1da6 (diff) |
- fix <select> style
Diffstat (limited to 'skins/default/common.css')
-rw-r--r-- | skins/default/common.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/skins/default/common.css b/skins/default/common.css index 7d36e5330..1ff4f32d7 100644 --- a/skins/default/common.css +++ b/skins/default/common.css @@ -74,7 +74,7 @@ textarea background-color: #ffffff; } -input, textarea, select +input, textarea { font-size: 9pt; font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; @@ -83,6 +83,14 @@ input, textarea, select padding-right: 3px; } +select +{ + font-size: 11px; + font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif; + color: black; + height: 18px; +} + input.button { height: 20px; |