mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user