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 | |
| parent | a1b62ac83a60b8b395eb9bfd9a1509ee42a80e09 (diff) | |
- fix <select> style
git-svn-id: https://svn.roundcube.net/trunk@3396 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/common.css | 10 | ||||
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 3 |
2 files changed, 9 insertions, 4 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; diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 104068d29..0a7afe9d7 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -137,13 +137,10 @@ background-position: -416px -32px; } - #messagetoolbar select, #compose-container select { font-size: 11px; - color: #333333; - height: 21px; } #messagetoolbar select.mboxlist |
