Make WordPress Core

Ticket #60424: 60424.patch

File 60424.patch, 910 bytes (added by nidhidhandhukiya, 2 years ago)
  • wp-content/themes/twentyfifteen/css/editor-blocks.css

     
    10111011:root .editor-styles-wrapper .has-light-blue-background-color {
    10121012        background-color: #e9f2f9;
    10131013}
     1014
     1015.wp-block-table.is-style-stripes tbody tr:nth-child(even){
     1016        background-color: #ffffff;
     1017}
  • wp-content/themes/twentyfifteen/style.css

     
    61526152                padding: 0;
    61536153        }
    61546154}
     6155.wp-block-table table{
     6156        margin-bottom: 0;
     6157}
     6158.wp-block-table.is-style-stripes table{
     6159        border: none;
     6160}
     6161 No newline at end of file