Restore the following:

* Box shadow for screen options/help tabs focus state.
* Text shadow on the about screen badge to match the text shadow in the graphic itself.
* Border for credits screen gravatars, in place of the previous box shadow.

props nacin. see #23415.


git-svn-id: https://develop.svn.wordpress.org/trunk@23409 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Helen Hou-Sandi 2013-02-13 23:50:55 +00:00
parent 6b63e085ef
commit d8acf69968
3 changed files with 14 additions and 0 deletions

View File

@ -1809,6 +1809,7 @@ h2.nav-tab-wrapper, h3.nav-tab-wrapper {
.wp-badge {
color: #fff;
text-shadow: 0 -1px 0 rgba(22, 57, 81, 0.3);
}
.about-wrap h2 .nav-tab {
@ -1853,6 +1854,10 @@ h2.nav-tab-wrapper, h3.nav-tab-wrapper {
border: 0;
}
.about-wrap li.wp-person img.gravatar {
border-color: #d1e5ee;
}
.about-wrap li.wp-person .title {
color: #464646;
}

View File

@ -1718,6 +1718,7 @@ h2.nav-tab-wrapper, h3.nav-tab-wrapper {
.wp-badge {
color: #fff;
text-shadow: 0 -1px 0 rgba(22, 57, 81, 0.3);
}
.about-wrap h2 .nav-tab {
@ -1762,6 +1763,10 @@ h2.nav-tab-wrapper, h3.nav-tab-wrapper {
border: 0;
}
.about-wrap li.wp-person img.gravatar {
border-color: #ccc;
}
.about-wrap li.wp-person .title {
color: #464646;
}

View File

@ -1190,6 +1190,8 @@ form.upgrade .hint {
}
#screen-meta-links a:focus {
-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
box-shadow: 1px 1px 1px rgba(0,0,0,0.4);
outline: none;
}
@ -5414,6 +5416,8 @@ h2 .nav-tab {
padding: 2px;
width: 60px;
height: 60px;
border-width: 1px;
border-style: solid;
}
.about-wrap ul.compact li.wp-person img.gravatar {