Make WordPress Core

Ticket #56604: 56604.diff

File 56604.diff, 787 bytes (added by viralsampat, 2 years ago)

I have added patch and resolved this issue.

  • src/wp-admin/css/common.css

    diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css
    index 5f9022ebf5..21e9d7ed71 100644
    a b div.action-links { 
    30263026        left: auto;
    30273027        right: -30px;
    30283028        color: #f0f0f1;
     3029        border: 1px solid #fff;
    30293030}
    30303031
    30313032.plugin-details-modal #TB_closeWindowButton:hover,
    30323033.plugin-details-modal #TB_closeWindowButton:focus {
    3033         color: #135e96;
     3034        color: #fff;
    30343035        outline: none;
    30353036        box-shadow: none;
    30363037}
    div.action-links { 
    30473048        -moz-osx-font-smoothing: grayscale;
    30483049}
    30493050
     3051.plugin-details-modal #TB_closeWindowButton:after{
     3052        font-size: 26px;
     3053}
     3054
    30503055/* move plugin install close icon to top on narrow screens */
    30513056@media screen and (max-width: 830px) {
    30523057        .plugin-details-modal #TB_closeWindowButton {