Make WordPress Core

Ticket #54971: #54971.patch

File #54971.patch, 561 bytes (added by rehanali, 3 years ago)

Added patch

  • themes-rtl.css

     
    88  16.1 - Manage Themes
    99------------------------------------------------------------------------------*/
    1010
     11.themes-php {
     12        overflow-y: scroll;
     13}
     14
    1115body.js .theme-browser.search-loading {
    1216        display: none;
    1317}
     
    169173        border-radius: 3px;
    170174        border: none;
    171175        transition: opacity 0.1s ease-in-out;
     176        cursor: pointer;
    172177}
    173178
    174179.theme-browser .theme .more-details:focus {