Restore the handle arrow in Post publish metabox, props ocean90, fixes #19299
git-svn-id: http://svn.automattic.com/wordpress/trunk@19358 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
9d8a007f27
commit
87794e8973
File diff suppressed because one or more lines are too long
|
@ -2168,6 +2168,7 @@ body.admin-bar #adminmenu {
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Welcome Panel */
|
||||||
.welcome-panel {
|
.welcome-panel {
|
||||||
margin: 20px 8px;
|
margin: 20px 8px;
|
||||||
padding: 30px 10px 20px;
|
padding: 30px 10px 20px;
|
||||||
|
@ -6910,7 +6911,7 @@ h3.tb {
|
||||||
background: transparent url(../images/arrows.png) no-repeat 6px 7px;
|
background: transparent url(../images/arrows.png) no-repeat 6px 7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#submitdiv:hover .handlediv {
|
.press-this #submitdiv:hover .handlediv {
|
||||||
background: none;
|
background: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue