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
This commit is contained in:
parent
918d84ef68
commit
a5b02fdb5d
|
@ -1473,7 +1473,6 @@ fieldset.inline-edit-col-right .inline-edit-col {
|
||||||
|
|
||||||
#favorite-actions a {
|
#favorite-actions a {
|
||||||
color: #ddd;
|
color: #ddd;
|
||||||
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#favorite-actions a:hover {
|
#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;
|
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 {
|
#screen-meta a.show-settings {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
text-shadow: rgba(255,255,255,0.7) 0 1px 0;
|
text-shadow: rgba(255,255,255,0.7) 0 1px 0;
|
||||||
|
|
|
@ -1473,7 +1473,6 @@ fieldset.inline-edit-col-right .inline-edit-col {
|
||||||
|
|
||||||
#favorite-actions a {
|
#favorite-actions a {
|
||||||
color: #ddd;
|
color: #ddd;
|
||||||
text-shadow: rgba(0,0,0,0.2) 0 -1px 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#favorite-actions a:hover {
|
#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;
|
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 {
|
#screen-meta a.show-settings {
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
text-shadow: rgba(255,255,255,0.7) 0 1px 0;
|
text-shadow: rgba(255,255,255,0.7) 0 1px 0;
|
||||||
|
|
Loading…
Reference in New Issue