Theme installer keyboard fixes. Updates [28033] and [28036].

props matveb.
see #27521.


git-svn-id: https://develop.svn.wordpress.org/trunk@28049 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin
2014-04-08 16:23:26 +00:00
parent 468c9d2ac7
commit 9fab4162f6
2 changed files with 49 additions and 45 deletions
+1 -9
View File
@@ -1077,23 +1077,15 @@ body.folded .theme-overlay .theme-wrap {
------------------------------------------------------------------------------*/
/* Already installed theme */
.theme-browser .theme.is-installed {
cursor: default;
}
.theme-browser .theme .theme-installed {
background: #0074a2;
}
.theme-browser .theme .theme-installed:before {
content: '\f147';
}
.theme-browser .theme.is-installed .theme-actions .button-primary,
.theme-browser.rendered .theme.is-installed .more-details {
.theme-browser .theme.is-installed .theme-actions .button-primary {
display: none !important;
}
.theme-browser.rendered .theme.is-installed:hover .theme-screenshot img,
.theme-browser.rendered .theme.is-installed:focus .theme-screenshot img {
opacity: 1 !important;
}
.theme-navigation {
background: #fff;