Ticket #56466: 56466.1.patch
File 56466.1.patch, 1.3 KB (added by , 2 years ago) |
---|
-
src/wp-content/themes/twentytwelve/css/blocks.css
232 232 text-transform: uppercase; 233 233 } 234 234 235 .has-text-color th { 236 color: inherit; 237 } 238 235 239 .wp-block-table td { 236 240 border: 0; 237 241 border-top: 1px solid #ededed; -
src/wp-content/themes/twentytwelve/css/editor-blocks.css
311 311 width: 100%; 312 312 } 313 313 314 .editor-styles-wrapper .has-text-color th { 315 color: inherit; 316 } 317 314 318 .editor-block-list__block .wp-block-table th { 315 319 border: 0; 316 320 font-size: 11px; -
src/wp-content/themes/twentytwelve/editor-style.css
278 278 } 279 279 td { 280 280 border-top: 1px solid #ededed !important; 281 color: #757575;281 color: inherit; 282 282 font-size: inherit; 283 283 font-weight: normal; 284 284 padding: 6px 10px 6px 0;