Customize: Ensure edit shortcuts have same background color regardless of theme colors.

Fixes #38776.


git-svn-id: https://develop.svn.wordpress.org/trunk@39243 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Weston Ruter
2016-11-15 09:13:21 +00:00
parent b7efb95bc9
commit 8bb2e8e9f7
2 changed files with 3 additions and 5 deletions
+2 -3
View File
@@ -47,8 +47,7 @@
line-height: 1em !important;
font-size: 18px;
z-index: 5;
background-color: #0085ba;
background: #0085ba;
background: #0085ba !important;
-webkit-border-radius: 50%;
border-radius: 50%;
border: 2px solid #fff;
@@ -85,7 +84,7 @@
}
.customize-partial-edit-shortcut button:hover {
background: #008ec2; /* matches primary buttons */
background: #008ec2 !important; /* matches primary buttons */
}
.customize-partial-edit-shortcut button:focus {