Make WordPress Core

Changeset 40928


Ignore:
Timestamp:
06/24/2017 06:06:43 PM (7 years ago)
Author:
SergeyBiryukov
Message:

Import: Increase color contrast for "This importer is not installed" message on Multisite.

Remove .not-installed-main-site class introduced in [38075], but never used.

Props nishitlangaliya, mbootsman.
Fixes #41117.

File:
1 edited

Legend:

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

    r40840 r40928  
    23592359.importer-action {
    23602360    line-height: 20px; /* Same as with .updating-message */
    2361     color: #ddd;
     2361    color: #555;
    23622362    margin-bottom: 1em;
    2363 }
    2364 
    2365 .not-installed-main-site .importer-action {
    2366     color: #555;
    23672363}
    23682364
Note: See TracChangeset for help on using the changeset viewer.