Changeset 61840
- Timestamp:
- 03/05/2026 09:28:00 AM (8 days ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/css/buttons.css (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/css/buttons.css
r61645 r61840 209 209 .wp-core-ui .button-secondary.disabled, 210 210 .wp-core-ui .button-disabled { 211 color: # 949494!important;212 border-color: #d ddddd!important;211 color: #8a8a8a !important; 212 border-color: #d8d8d8 !important; 213 213 background: transparent !important; 214 214 box-shadow: none !important; … … 313 313 .wp-core-ui .button-primary-disabled, 314 314 .wp-core-ui .button-primary.disabled { 315 color: # 949494!important;316 background: # f0f0f0!important;317 border-color: # f0f0f0!important;315 color: #8a8a8a !important; 316 background: #e2e2e2 !important; 317 border-color: #e2e2e2 !important; 318 318 box-shadow: none !important; 319 319 text-shadow: none !important;
Note: See TracChangeset
for help on using the changeset viewer.