Fix selects in Chrome and Firefox
git-svn-id: http://svn.automattic.com/wordpress/trunk@9824 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
bf6504f5a6
commit
1d738b00ea
|
@ -304,11 +304,6 @@ td.help {
|
|||
background: #f2f2f2 url(../images/white-grad.png) repeat-x scroll left top;
|
||||
}
|
||||
|
||||
#wpcontent select {
|
||||
background: url(../images/white-grad.png) repeat-x scroll left top;
|
||||
color: #555;
|
||||
}
|
||||
|
||||
.button-secondary,
|
||||
.submit .button-secondary {
|
||||
border-color: #CFE1EF;
|
||||
|
|
|
@ -390,13 +390,17 @@ a.button {
|
|||
|
||||
#wpcontent select {
|
||||
font: 11px/20px "Lucida Grande", Verdana, Arial, sans-serif;
|
||||
padding: 0 0 0 4px;
|
||||
padding: 2px;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
height: 2em;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#wpcontent option {
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
.approve {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue