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:
azaozz 2008-09-22 20:14:37 +00:00
parent 1c6afd1892
commit 582f4a42ca
2 changed files with 8 additions and 4 deletions

BIN
wp-admin/images/del.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 983 B

View File

@ -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;
}