Themes page: Remove a z-index which caused the Current Theme overlay to overlay menu's, that otherwise appears unused. See #25948
Built from https://develop.svn.wordpress.org/trunk@26280 git-svn-id: http://core.svn.wordpress.org/trunk@26185 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
0755f5a2dc
commit
c6224a6c0c
|
@ -134,7 +134,6 @@
|
|||
padding: 9px 10px 0 10px;
|
||||
background: rgba(244, 244, 244, 0.7);
|
||||
border-right: 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: left;
|
||||
margin-top: 10px;
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue