Widget Customizer: Set hightlight color to blue. Same color as in [27741].
fixes #27358. Built from https://develop.svn.wordpress.org/trunk@27814 git-svn-id: http://core.svn.wordpress.org/trunk@27648 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c3a2635dc8
commit
ebdd64f6ad
|
@ -104,8 +104,8 @@
|
||||||
.control-section.accordion-section.widget-customizer-highlighted > .accordion-section-title,
|
.control-section.accordion-section.widget-customizer-highlighted > .accordion-section-title,
|
||||||
.customize-control-widget_form.widget-customizer-highlighted {
|
.customize-control-widget_form.widget-customizer-highlighted {
|
||||||
outline: none;
|
outline: none;
|
||||||
-webkit-box-shadow: 0 0 3px #ce0000;
|
-webkit-box-shadow: 0 0 2px rgba(30,140,190,0.8);
|
||||||
box-shadow: 0 0 3px #ce0000;
|
box-shadow: 0 0 2px rgba(30,140,190,0.8);
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -104,8 +104,8 @@
|
||||||
.control-section.accordion-section.widget-customizer-highlighted > .accordion-section-title,
|
.control-section.accordion-section.widget-customizer-highlighted > .accordion-section-title,
|
||||||
.customize-control-widget_form.widget-customizer-highlighted {
|
.customize-control-widget_form.widget-customizer-highlighted {
|
||||||
outline: none;
|
outline: none;
|
||||||
-webkit-box-shadow: 0 0 3px #ce0000;
|
-webkit-box-shadow: 0 0 2px rgba(30,140,190,0.8);
|
||||||
box-shadow: 0 0 3px #ce0000;
|
box-shadow: 0 0 2px rgba(30,140,190,0.8);
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -875,8 +875,8 @@ class WP_Customize_Widgets {
|
||||||
<style>
|
<style>
|
||||||
.widget-customizer-highlighted-widget {
|
.widget-customizer-highlighted-widget {
|
||||||
outline: none;
|
outline: none;
|
||||||
-webkit-box-shadow: 0 0 3px #ce0000;
|
-webkit-box-shadow: 0 0 2px rgba(30,140,190,0.8);
|
||||||
box-shadow: 0 0 3px #ce0000;
|
box-shadow: 0 0 2px rgba(30,140,190,0.8);
|
||||||
position: relative;
|
position: relative;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue