Make WordPress Core

Changeset 57697


Ignore:
Timestamp:
02/22/2024 06:03:01 PM (11 months ago)
Author:
swissspidy
Message:

Upgrade/Install: Improve plugin install button appearance.

Fixes a misaligned spinner icon when opening the plugin details information in a new tab rather than the modal, and then installing the plugin in that window.

Props huzaifaalmesbah, zunaid321, swissspidy.
Fixes #60494.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/common.css

    r57553 r57697  
    16881688}
    16891689
     1690#plugin-information-footer .button {
     1691    padding: 0 14px;
     1692    line-height: 2.71428571; /* 38px */
     1693    font-size: 14px;
     1694    vertical-align: middle;
     1695    min-height: 40px;
     1696    margin-bottom: 4px;
     1697}
     1698
    16901699#plugin-information-footer .button.installed:before,
    16911700#plugin-information-footer .button.installing:before,
Note: See TracChangeset for help on using the changeset viewer.