Adds some missing editor styles for classic block.
This commit is contained in:
parent
c5a665f4bc
commit
5ea40ce491
1 changed files with 41 additions and 2 deletions
|
@ -554,8 +554,43 @@
|
|||
border-bottom: solid 3px;
|
||||
}
|
||||
|
||||
.rtl .wp-block-freeform.block-library-rich-text__tinymce th,
|
||||
.rtl .wp-block-freeform.block-library-rich-text__tinymce td {
|
||||
.wp-block-freeform.block-library-rich-text__tinymce table tbody th {
|
||||
border-bottom: solid 1px;
|
||||
}
|
||||
|
||||
/* Address */
|
||||
|
||||
.wp-block-freeform.block-library-rich-text__tinymce address {
|
||||
margin-bottom: 1.5em;
|
||||
}
|
||||
|
||||
/* Definition List styles */
|
||||
|
||||
.wp-block-freeform.block-library-rich-text__tinymce dt {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.wp-block-freeform.block-library-rich-text__tinymce dd {
|
||||
margin: 0 1.5em 1.5em;
|
||||
}
|
||||
|
||||
/* Code styles */
|
||||
|
||||
.wp-block-freeform.block-library-rich-text__tinymce code,
|
||||
.wp-block-freeform.block-library-rich-text__tinymce kbd,
|
||||
.wp-block-freeform.block-library-rich-text__tinymce tt,
|
||||
.wp-block-freeform.block-library-rich-text__tinymce var {
|
||||
background: transparent;
|
||||
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
|
||||
font-size: 14.0625px;
|
||||
}
|
||||
|
||||
/* Mark, Ins styles */
|
||||
|
||||
.wp-block-freeform.block-library-rich-text__tinymce mark,
|
||||
.wp-block-freeform.block-library-rich-text__tinymce ins {
|
||||
background: #fff9c0;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/* Preformatted */
|
||||
|
@ -646,6 +681,10 @@
|
|||
border-bottom: solid 3px;
|
||||
}
|
||||
|
||||
.editor-block-list__block table.wp-block-table tbody th {
|
||||
border-bottom: solid 1px;
|
||||
}
|
||||
|
||||
/*--------------------------------------------------------------
|
||||
5.0 Blocks - Layout Elements
|
||||
--------------------------------------------------------------*/
|
||||
|
|
Loading…
Reference in a new issue