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

props matveb.
see #27521.

Built from https://develop.svn.wordpress.org/trunk@28049


git-svn-id: http://core.svn.wordpress.org/trunk@27879 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Andrew Nacin
2014-04-08 16:24:14 +00:00
parent 2c963a82f7
commit b631825414
6 changed files with 53 additions and 57 deletions

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;