- fix <select> style

This commit is contained in:
alecpl
2010-03-20 18:36:50 +00:00
parent 93343dd4d8
commit 0b0a293313
2 changed files with 9 additions and 4 deletions

View File

@@ -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;

View File

@@ -137,13 +137,10 @@
background-position: -416px -32px;
}
#messagetoolbar select,
#compose-container select
{
font-size: 11px;
color: #333333;
height: 21px;
}
#messagetoolbar select.mboxlist