diff --git a/src/wp-admin/css/themes.css b/src/wp-admin/css/themes.css index 41754ad235edf..e4e3b254ed172 100644 --- a/src/wp-admin/css/themes.css +++ b/src/wp-admin/css/themes.css @@ -253,11 +253,15 @@ body.js .theme-browser.search-loading { } .theme-browser .theme.active .theme-actions { - background: rgba(44, 51, 56, 0.7); + background: transparent; border-left: none; opacity: 1; } +.theme-browser .theme.active .theme-actions .button-primary { + border-color: #fff; +} + .theme-id-container { position: relative; }