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:
Andrew Ozz 2008-11-21 00:14:28 +00:00
parent 607754ec27
commit b1310e226c
2 changed files with 5 additions and 6 deletions

View File

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

View File

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