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.

git-svn-id: https://develop.svn.wordpress.org/trunk@40928 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2017-06-24 18:06:43 +00:00
parent 31fa66e976
commit c9539e5a3c

View File

@ -2358,12 +2358,8 @@ body.iframe {
.importer-action {
line-height: 20px; /* Same as with .updating-message */
color: #ddd;
margin-bottom: 1em;
}
.not-installed-main-site .importer-action {
color: #555;
margin-bottom: 1em;
}
#post-body #post-body-content #namediv h3, /* Back-compat for pre-4.4 */