Make WordPress Core

Ticket #31325: 31325.4.diff

File 31325.4.diff, 921 bytes (added by RDall, 11 years ago)

Changes X to white and puts transparent box behind as per Mel Choice Suggestion

  • wp-admin/css/customize-controls.css

    diff --git wp-admin/css/customize-controls.css wp-admin/css/customize-controls.css
    index becc7a5..21a4bbc 100644
    p.customize-section-description {  
    764764/* Header control: overlay "close" button */
    765765
    766766.customize-control-header .uploaded .header-view .close {
    767         font-size: 2em;
    768         color: grey;
     767        font-size: 20px;
     768        color: #fff;
     769        background: rgba(0, 0, 0, 0.5);
    769770        position: absolute;
    770771        visibility: hidden;
    771772        top: 10px;
    p.customize-section-description {  
    774775        width: 20px;
    775776        height: 20px;
    776777        cursor: pointer;
     778        padding: 2px;
    777779}
    778780
    779781.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;
     782  color: #FFF;
     783  text-shadow: none;
    786784}
    787785
    788786.customize-control-header .header-view:hover .close {