diff --git a/wp-admin/categories.php b/wp-admin/categories.php index ee416a0e1c..76433192bb 100644 --- a/wp-admin/categories.php +++ b/wp-admin/categories.php @@ -135,7 +135,7 @@ endif; ?>
- +
diff --git a/wp-admin/css/colors-fresh.css b/wp-admin/css/colors-fresh.css index 3a2d6caddd..b9a9418d5a 100644 --- a/wp-admin/css/colors-fresh.css +++ b/wp-admin/css/colors-fresh.css @@ -15,10 +15,6 @@ div#current-widgets, #postcustom table, #your-profile fieldset, a.page-numbers, border-color: #ccc; } -div#media-upload-error, .file-error, .required abbr, .widget-control-remove:hover { - color: #f00; -} - div.dashboard-widget-error { background-color: #c43; } @@ -182,7 +178,7 @@ ul.widget-control-list .sorthelper { border-bottom-color: #dadada; } -.side-info ul, a.delete { +.side-info ul { color: #666; } @@ -493,3 +489,7 @@ ul.widget-control-list .sorthelper { #wphead h1, #dashmenu a.current:hover { color: #555; } + +div#media-upload-error, .file-error, .required abbr, .widget-control-remove:hover, .delete:hover { + color: #f00; +} \ No newline at end of file diff --git a/wp-admin/edit-comments.php b/wp-admin/edit-comments.php index 012c089a31..1ad5e0a005 100644 --- a/wp-admin/edit-comments.php +++ b/wp-admin/edit-comments.php @@ -167,7 +167,7 @@ if ( $page_links ) - +
diff --git a/wp-admin/edit-link-categories.php b/wp-admin/edit-link-categories.php index e34e41a2f5..10bc7b15e5 100644 --- a/wp-admin/edit-link-categories.php +++ b/wp-admin/edit-link-categories.php @@ -82,7 +82,7 @@ if ( $page_links ) ?>
- +
diff --git a/wp-admin/edit-page-form.php b/wp-admin/edit-page-form.php index d15bf9fbd0..afeeea55a6 100644 --- a/wp-admin/edit-page-form.php +++ b/wp-admin/edit-page-form.php @@ -124,7 +124,7 @@ if ( !in_array( $post->post_status, array('publish', 'future') ) || 0 == $post_I } if ( ('edit' == $action) && current_user_can('delete_page', $post_ID) ) - echo "post_status) ? __("You are about to delete this draft '%s'\n 'Cancel' to stop, 'OK' to delete.") : __("You are about to delete this page '%s'\n 'Cancel' to stop, 'OK' to delete."), $post->post_title )) . "') ) { return true;}return false;\">" . __('Delete page') . ""; + echo "post_status) ? __("You are about to delete this draft '%s'\n 'Cancel' to stop, 'OK' to delete.") : __("You are about to delete this page '%s'\n 'Cancel' to stop, 'OK' to delete."), $post->post_title )) . "') ) { return true;}return false;\">" . __('Delete page') . ""; ?>
diff --git a/wp-admin/edit-pages.php b/wp-admin/edit-pages.php index 569fc68bbf..d85306fb3f 100644 --- a/wp-admin/edit-pages.php +++ b/wp-admin/edit-pages.php @@ -112,7 +112,7 @@ endif;
- +
diff --git a/wp-admin/edit-tags.php b/wp-admin/edit-tags.php index 542baddc23..fe6b89f736 100644 --- a/wp-admin/edit-tags.php +++ b/wp-admin/edit-tags.php @@ -145,7 +145,7 @@ if ( $page_links ) ?>
- +
diff --git a/wp-admin/edit.php b/wp-admin/edit.php index 0752da21df..43a391b85a 100644 --- a/wp-admin/edit.php +++ b/wp-admin/edit.php @@ -136,7 +136,7 @@ if ( $page_links ) ?>
- +
- + \n"; diff --git a/wp-admin/upload.php b/wp-admin/upload.php index 89a23faba6..a4495a0113 100644 --- a/wp-admin/upload.php +++ b/wp-admin/upload.php @@ -136,7 +136,7 @@ if ( $page_links ) ?>
- +
- + diff --git a/wp-admin/wp-admin.css b/wp-admin/wp-admin.css index f4c49def36..08b0e6496f 100644 --- a/wp-admin/wp-admin.css +++ b/wp-admin/wp-admin.css @@ -160,7 +160,7 @@ form#upload #post_content { -khtml-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; - cursor: pointer; + cursor: default; text-decoration: none; }