diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-20 18:36:50 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-03-20 18:36:50 +0000 |
| commit | 2960bedf5bf5a2788a49cb7dcc61311f483be2d6 (patch) | |
| tree | deadb62796a4c18f8c790075569bcdf858fdc685 /roundcubemail/skins/default/common.css | |
| parent | a1b62ac83a60b8b395eb9bfd9a1509ee42a80e09 (diff) | |
- fix <select> style
git-svn-id: https://svn.roundcube.net/trunk@3396 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/common.css')
| -rw-r--r-- | roundcubemail/skins/default/common.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css index 7d36e5330..1ff4f32d7 100644 --- a/roundcubemail/skins/default/common.css +++ b/roundcubemail/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; |
