Changeset 32382
- Timestamp:
- 05/06/2015 10:53:07 AM (10 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/customize-controls.css
r32269 r32382 765 765 766 766 .customize-control-header .uploaded .header-view .close { 767 font-size: 2em; 768 color: grey; 767 font-size: 20px; 768 color: #fff; 769 background: #555; 770 background: rgba(0, 0, 0, 0.5); 769 771 position: absolute; 770 visibility: hidden;771 772 top: 10px; 773 right: -999px; 774 z-index: 1; 775 width: 26px; 776 height: 26px; 777 cursor: pointer; 778 } 779 780 .customize-control-header .header-view:hover .close, 781 .customize-control-header .header-view .close:focus { 772 782 right: 10px; 773 z-index: 1;774 width: 20px;775 height: 20px;776 cursor: pointer;777 }778 779 .customize-control-header .uploaded .header-view .close:hover {780 color: black;781 text-shadow:782 -1px -1px 0 #fff,783 1px -1px 0 #fff,784 -1px 1px 0 #fff,785 1px 1px 0 #fff;786 }787 788 .customize-control-header .header-view:hover .close {789 visibility: visible;790 783 } 791 784 -
trunk/src/wp-includes/class-wp-customize-control.php
r32265 r32382 1075 1075 1076 1076 <# if (data.type === 'uploaded') { #> 1077 < div class="dashicons dashicons-no close"></div>1077 <button type="button" class="dashicons dashicons-no close"><span class="screen-reader-text"><?php _e( 'Remove image' ); ?></span></button> 1078 1078 <# } #> 1079 1079
Note: See TracChangeset
for help on using the changeset viewer.