mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-15 07:05:37 +01:00
Customize: Ensure edit shortcuts have same background color regardless of theme colors.
Fixes #38776. Built from https://develop.svn.wordpress.org/trunk@39243 git-svn-id: http://core.svn.wordpress.org/trunk@39183 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
31d4be0293
commit
011391007c
@ -316,8 +316,7 @@ body.colors-custom,
|
|||||||
.colors-custom .next.page-numbers:focus,
|
.colors-custom .next.page-numbers:focus,
|
||||||
.colors-custom .next.page-numbers:hover,
|
.colors-custom .next.page-numbers:hover,
|
||||||
.colors-custom .site-content .wp-playlist-light .wp-playlist-item:hover,
|
.colors-custom .site-content .wp-playlist-light .wp-playlist-item:hover,
|
||||||
.colors-custom .site-content .wp-playlist-light .wp-playlist-item:focus,
|
.colors-custom .site-content .wp-playlist-light .wp-playlist-item:focus {
|
||||||
.colors-custom .customize-partial-edit-shortcut button {
|
|
||||||
background: hsl( ' . esc_attr( $hue ) . ', ' . esc_attr( $saturation ) . ', 46% ); /* base: #767676; */
|
background: hsl( ' . esc_attr( $hue ) . ', ' . esc_attr( $saturation ) . ', 46% ); /* base: #767676; */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -47,8 +47,7 @@
|
|||||||
line-height: 1em !important;
|
line-height: 1em !important;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
background-color: #0085ba;
|
background: #0085ba !important;
|
||||||
background: #0085ba;
|
|
||||||
-webkit-border-radius: 50%;
|
-webkit-border-radius: 50%;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
border: 2px solid #fff;
|
border: 2px solid #fff;
|
||||||
@ -85,7 +84,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.customize-partial-edit-shortcut button:hover {
|
.customize-partial-edit-shortcut button:hover {
|
||||||
background: #008ec2; /* matches primary buttons */
|
background: #008ec2 !important; /* matches primary buttons */
|
||||||
}
|
}
|
||||||
|
|
||||||
.customize-partial-edit-shortcut button:focus {
|
.customize-partial-edit-shortcut button:focus {
|
||||||
|
File diff suppressed because one or more lines are too long
@ -47,8 +47,7 @@
|
|||||||
line-height: 1em !important;
|
line-height: 1em !important;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
z-index: 5;
|
z-index: 5;
|
||||||
background-color: #0085ba;
|
background: #0085ba !important;
|
||||||
background: #0085ba;
|
|
||||||
-webkit-border-radius: 50%;
|
-webkit-border-radius: 50%;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
border: 2px solid #fff;
|
border: 2px solid #fff;
|
||||||
@ -85,7 +84,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.customize-partial-edit-shortcut button:hover {
|
.customize-partial-edit-shortcut button:hover {
|
||||||
background: #008ec2; /* matches primary buttons */
|
background: #008ec2 !important; /* matches primary buttons */
|
||||||
}
|
}
|
||||||
|
|
||||||
.customize-partial-edit-shortcut button:focus {
|
.customize-partial-edit-shortcut button:focus {
|
||||||
|
2
wp-includes/css/customize-preview.min.css
vendored
2
wp-includes/css/customize-preview.min.css
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '4.7-beta3-39242';
|
$wp_version = '4.7-beta3-39243';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
Reference in New Issue
Block a user