Ticket #60424: 60424.2.patch
| File 60424.2.patch, 1.3 KB (added by , 22 months ago) |
|---|
-
src/wp-content/themes/twentyfifteen/css/blocks.css
373 373 /* Table */ 374 374 375 375 .wp-block-table th, 376 .wp-block-table td { 376 .wp-block-table td, 377 .wp-block-table.is-style-stripes th, 378 .wp-block-table.is-style-stripes td { 377 379 border-color: #eaeaea; 378 380 border-width: 0 1px 1px 0; 379 381 } 380 382 383 figure.wp-block-table.is-style-stripes { 384 border-width: 0; 385 } 386 381 387 /*-------------------------------------------------------------- 382 388 4.0 Blocks - Layout Elements 383 389 --------------------------------------------------------------*/ -
src/wp-content/themes/twentyfifteen/css/editor-blocks.css
731 731 text-align: right; 732 732 } 733 733 734 .wp-block-table th, 735 .wp-block-table td, 736 .wp-block-table.is-style-stripes th, 737 .wp-block-table.is-style-stripes td { 738 border-color: #eaeaea; 739 } 740 741 figure.wp-block-table.is-style-stripes { 742 border-width: 0; 743 } 744 734 745 /* Verse */ 735 746 736 747 .editor-styles-wrapper .wp-block-verse {