Themes: fix overlays and buttons in responsive mode, props matveb, fixes #26481.
Built from https://develop.svn.wordpress.org/trunk@26838 git-svn-id: http://core.svn.wordpress.org/trunk@26725 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -7194,15 +7194,26 @@ body.folded .theme-overlay .theme-wrap {
|
||||
.theme-browser .theme .theme-actions {
|
||||
padding: 5px 10px 4px 10px;
|
||||
}
|
||||
|
||||
.theme-overlay.small-screenshot .theme-screenshots {
|
||||
position: static;
|
||||
float: none;
|
||||
max-width: 302px;
|
||||
}
|
||||
|
||||
.theme-overlay.small-screenshot .theme-info {
|
||||
margin-left: 0;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.theme:not(.active):hover .theme-actions,
|
||||
.theme:hover .more-details {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.theme-browser.rendered .theme:hover .theme-screenshot img {
|
||||
opacity: 1.0;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 480px) {
|
||||
|
||||
Reference in New Issue
Block a user