mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
Widget Customizer: Set hightlight color to blue. Same color as in [27741].
fixes #27358. git-svn-id: https://develop.svn.wordpress.org/trunk@27814 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
e94f08380e
commit
cc102fe0ff
@ -104,8 +104,8 @@
|
||||
.control-section.accordion-section.widget-customizer-highlighted > .accordion-section-title,
|
||||
.customize-control-widget_form.widget-customizer-highlighted {
|
||||
outline: none;
|
||||
-webkit-box-shadow: 0 0 3px #ce0000;
|
||||
box-shadow: 0 0 3px #ce0000;
|
||||
-webkit-box-shadow: 0 0 2px rgba(30,140,190,0.8);
|
||||
box-shadow: 0 0 2px rgba(30,140,190,0.8);
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
@ -875,8 +875,8 @@ class WP_Customize_Widgets {
|
||||
<style>
|
||||
.widget-customizer-highlighted-widget {
|
||||
outline: none;
|
||||
-webkit-box-shadow: 0 0 3px #ce0000;
|
||||
box-shadow: 0 0 3px #ce0000;
|
||||
-webkit-box-shadow: 0 0 2px rgba(30,140,190,0.8);
|
||||
box-shadow: 0 0 2px rgba(30,140,190,0.8);
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user