Changeset 44198
- Timestamp:
- 12/14/2018 09:39:47 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.0/src/wp-content/themes/twentyfifteen/css/blocks.css
r43874 r44198 385 385 386 386 .wp-block-button .wp-block-button__link { 387 background-color: #333;388 387 border: 0; 389 388 border-radius: 0; 390 color: #fff;391 389 cursor: pointer; 392 390 font-family: "Noto Sans", sans-serif; … … 400 398 } 401 399 402 .wp-block-button .wp-block-button__link:hover, 403 .wp-block-button .wp-block-button__link:focus { 400 .wp-block-button__link { 401 background-color: #333; 402 color: #fff; 403 } 404 405 .wp-block-button__link:hover, 406 .wp-block-button__link:focus { 404 407 background-color: #707070; 405 408 background-color: rgba(51, 51, 51, 0.7); 406 outline: 0;409 color: #fff; 407 410 } 408 411
Note: See TracChangeset
for help on using the changeset viewer.