From 01840c778e88aae9247a637de2fc1d99c73a774a Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Mon, 13 Dec 2004 16:42:22 +0000 Subject: [PATCH] Make delete button more buttony. git-svn-id: https://develop.svn.wordpress.org/trunk@1945 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/edit-form-advanced.php | 2 +- wp-admin/wp-admin.css | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/wp-admin/edit-form-advanced.php b/wp-admin/edit-form-advanced.php index a1871bb627..5d8f9eee08 100644 --- a/wp-admin/edit-form-advanced.php +++ b/wp-admin/edit-form-advanced.php @@ -174,7 +174,7 @@ if ('publish' != $post_status || 0 == $post_ID) { : - /> + /> diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index d6d9025455..5aab0ab89e 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -173,7 +173,7 @@ textarea, input, select { font: 12px Georgia, "Times New Roman", Times, serif; } -.submit input, .submit input:focus { +.submit input, .submit input:focus, .button { background: url(../wp-images/fade-butt.png); border: 3px double #999; border-left-color: #ccc; @@ -182,7 +182,7 @@ textarea, input, select { padding: 0.25em; } -.submit input:active { +.submit input:active, .button:active { background: #f4f4f4; border: 3px double #ccc; border-left-color: #999; @@ -314,6 +314,11 @@ textarea, input, select { width: 97%; } +#deletepost:hover { + background: #ce0000; + color: #fff; +} + #ed_del { text-decoration: line-through; }