mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-10 10:06:52 +01:00
- fix <select> style
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -137,13 +137,10 @@
|
||||
background-position: -416px -32px;
|
||||
}
|
||||
|
||||
|
||||
#messagetoolbar select,
|
||||
#compose-container select
|
||||
{
|
||||
font-size: 11px;
|
||||
color: #333333;
|
||||
height: 21px;
|
||||
}
|
||||
|
||||
#messagetoolbar select.mboxlist
|
||||
|
||||
Reference in New Issue
Block a user