Changeset 27702 for trunk/src/wp-includes/class-wp-customize-widgets.php
- Timestamp:
- 03/25/2014 11:47:27 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.