mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-24 10:09:47 +01:00
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;
|
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,
|
.button-secondary,
|
||||||
.submit .button-secondary {
|
.submit .button-secondary {
|
||||||
border-color: #CFE1EF;
|
border-color: #CFE1EF;
|
||||||
|
@ -390,13 +390,17 @@ a.button {
|
|||||||
|
|
||||||
#wpcontent select {
|
#wpcontent select {
|
||||||
font: 11px/20px "Lucida Grande", Verdana, Arial, sans-serif;
|
font: 11px/20px "Lucida Grande", Verdana, Arial, sans-serif;
|
||||||
padding: 0 0 0 4px;
|
padding: 2px;
|
||||||
border-width: 1px;
|
border-width: 1px;
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
height: 2em;
|
height: 2em;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#wpcontent option {
|
||||||
|
padding: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
.approve {
|
.approve {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user