mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 12:20:22 +00:00
Batch edit: allow removal of selected posts, prevent page parent lock.
git-svn-id: https://develop.svn.wordpress.org/trunk@9036 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -532,11 +532,13 @@ input.readonly {
|
||||
color: #448abd;
|
||||
}
|
||||
|
||||
#tagchecklist span a {
|
||||
#tagchecklist span a,
|
||||
#bulk-titles div a {
|
||||
background: url(../images/xit.gif) no-repeat;
|
||||
}
|
||||
|
||||
#tagchecklist span a:hover {
|
||||
#tagchecklist span a:hover,
|
||||
#bulk-titles div a:hover {
|
||||
background: url(../images/xit.gif) no-repeat -10px 0;
|
||||
}
|
||||
|
||||
|
||||
@@ -516,11 +516,13 @@ input.readonly {
|
||||
color: #448abd;
|
||||
}
|
||||
|
||||
#tagchecklist span a {
|
||||
#tagchecklist span a,
|
||||
#bulk-titles div a {
|
||||
background: url(../images/xit.gif) no-repeat;
|
||||
}
|
||||
|
||||
#tagchecklist span a:hover {
|
||||
#tagchecklist span a:hover,
|
||||
#bulk-titles div a:hover {
|
||||
background: url(../images/xit.gif) no-repeat -10px 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user