Replace the "delete" icon (current one is too bright)
git-svn-id: https://develop.svn.wordpress.org/trunk@8955 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
6c36e3ab4b
commit
a055ab0699
BIN
wp-admin/images/del.png
Normal file
BIN
wp-admin/images/del.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 983 B |
@ -1411,12 +1411,16 @@ table.form-table td .updated {
|
||||
}
|
||||
|
||||
.submitbox .inside-submitbox #deletebutton {
|
||||
padding: 0 0 2px 20px;
|
||||
background-image: url(images/no.png);
|
||||
background-position: left center;
|
||||
padding: 0 0 1px 17px;
|
||||
background-image: url(images/del.png);
|
||||
background-position: left bottom;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.inside-submitbox #post_status {
|
||||
margin: 2px 0 2px -2px;
|
||||
}
|
||||
|
||||
.submitbox .submit a:hover {
|
||||
border-bottom-width: 1px;
|
||||
border-bottom-style: solid;
|
||||
@ -1853,7 +1857,7 @@ a.togbox {
|
||||
|
||||
.curtime #timestamp {
|
||||
background-repeat: no-repeat;
|
||||
background-position: left 1px;
|
||||
background-position: left top;
|
||||
padding-left: 18px;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user