Ticket #32227: 32227.patch
File 32227.patch, 1.7 KB (added by , 9 years ago) |
---|
-
src/wp-admin/css/customize-controls.css
764 764 /* Header control: overlay "close" button */ 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; 772 right: 10px;773 right: -999px; 773 774 z-index: 1; 774 width: 2 0px;775 height: 2 0px;775 width: 26px; 776 height: 26px; 776 777 cursor: pointer; 777 778 } 778 779 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; 780 .customize-control-header .header-view:hover .close, 781 .customize-control-header .header-view .close:focus { 782 right: 10px; 786 783 } 787 784 788 .customize-control-header .header-view:hover .close {789 visibility: visible;790 }791 792 785 /* Header control: randomiz(s)er */ 793 786 794 787 .customize-control-header .random.placeholder { -
src/wp-includes/class-wp-customize-control.php
1074 1074 <# } else { #> 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 1080 1080 <button type="button" class="choice thumbnail"