Changeset 27702
- Timestamp:
- 03/25/2014 11:47:27 AM (11 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/customize-widgets.css
r27650 r27702 102 102 } 103 103 104 /* @todo What does this do? */105 104 .control-section.accordion-section.widget-customizer-highlighted > .accordion-section-title, 106 105 .customize-control-widget_form.widget-customizer-highlighted { … … 108 107 -webkit-box-shadow: 0 0 3px #ce0000; 109 108 box-shadow: 0 0 3px #ce0000; 109 position: relative; 110 z-index: 1; 110 111 } 111 112 -
trunk/src/wp-includes/class-wp-customize-widgets.php
r27653 r27702 735 735 <style> 736 736 .widget-customizer-highlighted-widget { 737 border-radius: 2px;738 737 outline: none; 738 -webkit-box-shadow: 0 0 3px #ce0000; 739 739 box-shadow: 0 0 3px #ce0000; 740 position: relative; 741 z-index: 1; 740 742 } 741 743 </style>
Note: See TracChangeset
for help on using the changeset viewer.