Respect the special case of having only one theme.

If there is only one theme, the Pointer won't show and the overlay is active by
default. In that case the overlay covered submenu flyouts, after [33068].
Without the Pointer active, there is no need to bump the `z-index`, so it can
remain at 10.

Fixes #31544.



git-svn-id: https://develop.svn.wordpress.org/trunk@33111 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Konstantin Obenland 2015-07-07 17:13:59 +00:00
parent daa477e3b8
commit a399fb0b38

View File

@ -838,6 +838,7 @@ body.folded .theme-overlay .theme-wrap {
right: auto;
top: auto;
bottom: auto;
z-index: 10;
}
.single-theme .theme-overlay .theme-about {