From a5b02fdb5ddf7077374a5192ff5ed1624626151d Mon Sep 17 00:00:00 2001 From: azaozz Date: Mon, 8 Dec 2008 22:13:15 +0000 Subject: [PATCH] Kill text-shadows on header elements, props iammattthomas, fixes #8530 git-svn-id: http://svn.automattic.com/wordpress/trunk@10131 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/css/colors-classic.css | 5 ----- wp-admin/css/colors-fresh.css | 5 ----- 2 files changed, 10 deletions(-) diff --git a/wp-admin/css/colors-classic.css b/wp-admin/css/colors-classic.css index 13a872e70..f11e01a6b 100644 --- a/wp-admin/css/colors-classic.css +++ b/wp-admin/css/colors-classic.css @@ -1473,7 +1473,6 @@ fieldset.inline-edit-col-right .inline-edit-col { #favorite-actions a { color: #ddd; - text-shadow: rgba(0,0,0,0.2) 0 -1px 0; } #favorite-actions a:hover { @@ -1502,10 +1501,6 @@ fieldset.inline-edit-col-right .inline-edit-col { text-shadow: rgba(0,0,0,0.3) 0 -1px 0; } -#wphead h1 { - text-shadow: rgba(0,0,0,0.6) 0 -1px 0; -} - #screen-meta a.show-settings { background-color: transparent; text-shadow: rgba(255,255,255,0.7) 0 1px 0; diff --git a/wp-admin/css/colors-fresh.css b/wp-admin/css/colors-fresh.css index fcfca6d4f..386a5541f 100644 --- a/wp-admin/css/colors-fresh.css +++ b/wp-admin/css/colors-fresh.css @@ -1473,7 +1473,6 @@ fieldset.inline-edit-col-right .inline-edit-col { #favorite-actions a { color: #ddd; - text-shadow: rgba(0,0,0,0.2) 0 -1px 0; } #favorite-actions a:hover { @@ -1502,10 +1501,6 @@ fieldset.inline-edit-col-right .inline-edit-col { text-shadow: rgba(0,0,0,0.3) 0 -1px 0; } -#wphead h1 { - text-shadow: rgba(0,0,0,0.6) 0 -1px 0; -} - #screen-meta a.show-settings { background-color: transparent; text-shadow: rgba(255,255,255,0.7) 0 1px 0;