From d94a3690e5f5bac212f76a000e7f694a19968674 Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Wed, 20 Nov 2013 02:29:28 +0000 Subject: [PATCH] Themes page: Remove a z-index which caused the Current Theme overlay to overlay menu's, that otherwise appears unused. See #25948 git-svn-id: https://develop.svn.wordpress.org/trunk@26280 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/theme.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/wp-admin/css/theme.css b/src/wp-admin/css/theme.css index 7441cd792c..e741a25242 100644 --- a/src/wp-admin/css/theme.css +++ b/src/wp-admin/css/theme.css @@ -134,7 +134,6 @@ padding: 9px 10px 0 10px; background: rgba(244, 244, 244, 0.7); border-left: 1px solid rgba(0,0,0,0.05); - z-index: 10; } .theme:hover .theme-actions { opacity: 1; @@ -299,10 +298,6 @@ body.edit-mode .theme.add-new { line-height: 48px; padding: 0 10px; } -/* Moves z-index back */ -.theme-overlay .theme.active .theme-actions { - z-index: 0; -} .theme.active .theme-actions .button { float: right; margin-top: 10px;