From c349fa79be6a115f6c4e650faa3276b7e585452e Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Tue, 19 Feb 2008 07:09:31 +0000 Subject: [PATCH] Button stylings from my. fixes #5912 git-svn-id: https://develop.svn.wordpress.org/trunk@6913 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/css/dashboard.css | 4 ++++ wp-admin/index.php | 2 +- wp-admin/wp-admin.css | 20 ++++++++++++++++++-- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/wp-admin/css/dashboard.css b/wp-admin/css/dashboard.css index 9abc531417..cbdedc8e16 100644 --- a/wp-admin/css/dashboard.css +++ b/wp-admin/css/dashboard.css @@ -55,6 +55,10 @@ border-bottom: 1px solid #448abd; } +#rightnow a:hover { + color: #d54e21; +} + div#dashboard-widgets { position: relative; left: 20px; diff --git a/wp-admin/index.php b/wp-admin/index.php index e032e8191d..1e382f010b 100644 --- a/wp-admin/index.php +++ b/wp-admin/index.php @@ -39,7 +39,7 @@ $today = current_time('mysql', 1);

-


+