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;