From 32ef39f0f6ebf8878360e9c5bde8a9e7156e6d42 Mon Sep 17 00:00:00 2001 From: Andrew Ozz Date: Tue, 20 Nov 2012 19:58:47 +0000 Subject: [PATCH] Skip links: simplified look with more contrast, props sabreuse, fixes #21310 git-svn-id: http://core.svn.wordpress.org/trunk@22726 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/css/wp-admin.css | 9 +-------- wp-includes/css/admin-bar.css | 11 +++-------- 2 files changed, 4 insertions(+), 16 deletions(-) diff --git a/wp-admin/css/wp-admin.css b/wp-admin/css/wp-admin.css index cfb74539c7..6a5e0253c4 100644 --- a/wp-admin/css/wp-admin.css +++ b/wp-admin/css/wp-admin.css @@ -208,16 +208,9 @@ TABLE OF CONTENTS: font-size: 14px; font-weight: bold; padding: 15px 23px 14px; - background: #8cc1ea; - background-image: -webkit-gradient(linear, left top, left bottom, from(#8cc1ea), to(#72a7cf)); - background-image: -webkit-linear-gradient(top, #8cc1ea, #72a7cf); - background-image: -moz-linear-gradient(top, #8cc1ea, #72a7cf); - background-image: -o-linear-gradient(top, #8cc1ea, #72a7cf); - background-image: linear-gradient(to bottom, #8cc1ea, #72a7cf); - color: #fff; + background: #f1f1f1; border-radius: 3px; z-index: 100000; - text-shadow: 0 -1px 0 rgba(22, 57, 81, 0.3); line-height: normal; -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6); box-shadow: 0 0 2px 2px rgba(0,0,0,.6); diff --git a/wp-includes/css/admin-bar.css b/wp-includes/css/admin-bar.css index f924db9594..01b90bcc96 100644 --- a/wp-includes/css/admin-bar.css +++ b/wp-includes/css/admin-bar.css @@ -634,16 +634,11 @@ font-size: 14px; font-weight: bold; padding: 15px 23px 14px; - background: #8cc1ea; - background-image: -webkit-gradient(linear, left top, left bottom, from(#8cc1ea), to(#72a7cf)); - background-image: -webkit-linear-gradient(top, #8cc1ea, #72a7cf); - background-image: -moz-linear-gradient(top, #8cc1ea, #72a7cf); - background-image: -o-linear-gradient(top, #8cc1ea, #72a7cf); - background-image: linear-gradient(to bottom, #8cc1ea, #72a7cf); - color: #fff; + background: #f1f1f1; + color: #124964; + text-shadow: none; border-radius: 3px; z-index: 100000; - text-shadow: 0 -1px 0 rgba(22, 57, 81, 0.3); line-height: normal; -webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,.6); box-shadow: 0 0 2px 2px rgba(0,0,0,.6);