From e683a6eb844883d98c26d5bde8f8856b98cd4445 Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Mon, 25 Nov 2013 07:03:44 +0000 Subject: [PATCH] Themes: Fix the Customize button for the current theme. Props jacklenox. Fixes #26214 git-svn-id: https://develop.svn.wordpress.org/trunk@26369 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/css/theme.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wp-admin/css/theme.css b/src/wp-admin/css/theme.css index a17440191e..44be5f1fd0 100644 --- a/src/wp-admin/css/theme.css +++ b/src/wp-admin/css/theme.css @@ -232,6 +232,7 @@ opacity: 1; line-height: 48px; padding: 0 10px; + z-index: 1; } .theme.active .theme-actions .button { float: right;