From 7766534e4bda8a6e1789ee83114c43cd1dc80900 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Thu, 13 Nov 2008 22:05:04 +0000 Subject: [PATCH] Make the dark horizontal line in Quick Press match the color scheme. Props johnconners. fixes #8155 git-svn-id: https://develop.svn.wordpress.org/trunk@9671 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/css/colors-classic.css | 3 ++- wp-admin/css/colors-fresh.css | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/wp-admin/css/colors-classic.css b/wp-admin/css/colors-classic.css index 236e57883f..d8d8d0d9b2 100644 --- a/wp-admin/css/colors-classic.css +++ b/wp-admin/css/colors-classic.css @@ -319,7 +319,8 @@ div.dashboard-widget-submit input:hover, color: #d54e21; } -#the-comment-list .comment-item { +#the-comment-list .comment-item, +#dashboard-widgets #dashboard_quick_press form p.submit { border-color: #dfdfdf; } diff --git a/wp-admin/css/colors-fresh.css b/wp-admin/css/colors-fresh.css index 3e025478da..9db7e4e46c 100644 --- a/wp-admin/css/colors-fresh.css +++ b/wp-admin/css/colors-fresh.css @@ -332,7 +332,8 @@ div.dashboard-widget-submit input:hover, color: #d54e21; } -#the-comment-list .comment-item { +#the-comment-list .comment-item, +#dashboard-widgets #dashboard_quick_press form p.submit { border-color: #dfdfdf; }