mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
Box shadows still need -webkit-, turns out.
see #33808, [35200]. git-svn-id: https://develop.svn.wordpress.org/trunk@35201 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -2834,6 +2834,7 @@ img {
|
||||
.js .postbox .handlediv .toggle-indicator:before {
|
||||
margin-top: 4px;
|
||||
width: 20px;
|
||||
-webkit-border-radius: 50%;
|
||||
border-radius: 50%;
|
||||
text-indent: -1px; /* account for the dashicon alignment */
|
||||
}
|
||||
@@ -2985,6 +2986,7 @@ img {
|
||||
padding: 1px 2px 1px 0px;
|
||||
margin-top: 10px;
|
||||
margin-right: 10px;
|
||||
-webkit-border-radius: 50%;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
|
||||
@@ -622,6 +622,7 @@ body.menu-max-depth-11 { min-width: 1280px !important; }
|
||||
margin-top: 10px;
|
||||
margin-left: 4px;
|
||||
width: 20px;
|
||||
-webkit-border-radius: 50%;
|
||||
border-radius: 50%;
|
||||
text-indent: -1px; /* account for the dashicon alignment */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user