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
This commit is contained in:
Dion Hulse 2013-11-20 02:29:28 +00:00
parent 4818ef5335
commit d94a3690e5
1 changed files with 0 additions and 5 deletions

View File

@ -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;