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: http://core.svn.wordpress.org/trunk@23409 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b05107c526
commit
767f34de86
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue