Restore the handle arrow in Post publish metabox, props ocean90, fixes #19299

git-svn-id: https://develop.svn.wordpress.org/trunk@19358 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Ozz 2011-11-19 20:03:58 +00:00
parent 3f60c3cefd
commit d1f9824ccb
2 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -2168,6 +2168,7 @@ body.admin-bar #adminmenu {
word-wrap: break-word;
}
/* Welcome Panel */
.welcome-panel {
margin: 20px 8px;
padding: 30px 10px 20px;
@ -6910,7 +6911,7 @@ h3.tb {
background: transparent url(../images/arrows.png) no-repeat 6px 7px;
}
#submitdiv:hover .handlediv {
.press-this #submitdiv:hover .handlediv {
background: none;
}