Ticket #27055: 27521.diff
| File 27521.diff, 910 bytes (added by , 12 years ago) |
|---|
-
src/wp-admin/css/themes.css
1086 1086 .theme-browser .theme .theme-installed:before { 1087 1087 content: '\f147'; 1088 1088 } 1089 .theme-browser .theme.is-installed .theme-actions, 1090 .theme-browser.rendered .theme.is-installed .more-details { 1089 .theme-browser .theme.is-installed .theme-actions .button-primary { 1091 1090 display: none !important; 1092 1091 } 1093 1092 .theme-browser.rendered .theme.is-installed:hover .theme-screenshot img, -
src/wp-admin/js/theme.js
390 390 391 391 if ( this.model.get( 'installed' ) ) { 392 392 this.$el.addClass( 'is-installed' ); 393 this.$el.unbind();394 393 } 395 394 }, 396 395