mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-22 00:01:27 +01:00
Replace the "delete" icon (current one is too bright)
git-svn-id: http://svn.automattic.com/wordpress/trunk@8955 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
1c6afd1892
commit
582f4a42ca
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