Changeset 61831
- Timestamp:
- 03/04/2026 08:42:55 PM (3 weeks ago)
- Location:
- trunk/src/wp-admin/css
- Files:
-
- 2 edited
-
customize-controls.css (modified) (1 diff)
-
themes.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/customize-controls.css
r61782 r61831 1748 1748 .wp-customizer .theme-browser .theme .theme-actions { 1749 1749 padding: 9px 15px; 1750 } 1751 1752 .theme-browser .theme:not(.active) .theme-actions { 1750 1753 box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); 1751 1754 } -
trunk/src/wp-admin/css/themes.css
r61741 r61831 254 254 255 255 .theme-browser .theme.active .theme-actions { 256 background: rgba(44, 51, 56, 0.7);256 background: transparent; 257 257 border-left: none; 258 258 opacity: 1; 259 } 260 261 .theme-browser .theme.active .theme-actions .button-primary { 262 border-color: #fff; 259 263 } 260 264 … … 270 274 right: 0; 271 275 padding: 9px 12px; 276 } 277 278 .theme-browser .theme:not(.active) .theme-actions { 272 279 box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.1); 273 280 }
Note: See TracChangeset
for help on using the changeset viewer.