Fix selects in Chrome and Firefox
git-svn-id: https://develop.svn.wordpress.org/trunk@9824 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
607754ec27
commit
b1310e226c
@ -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…
x
Reference in New Issue
Block a user