瀏覽代碼

Fix for table headings.

Caroline Moore 6 年之前
父節點
當前提交
6fd99636c1
共有 1 個文件被更改,包括 7 次插入0 次删除
  1. 7 0
      publication/editor-blocks.css

+ 7 - 0
publication/editor-blocks.css

@@ -505,8 +505,12 @@
 }
 
 .wp-block-freeform.block-library-rich-text__tinymce table th {
+	border: 0;
+	background: #eee;
 	border-bottom: 1px solid #ddd;
 	padding: 6px;
+	font-weight: bold;
+	text-transform: uppercase;
 }
 
 .wp-block-freeform.block-library-rich-text__tinymce table tr:nth-of-type(even) {
@@ -636,8 +640,11 @@
 
 .editor-block-list__block table.wp-block-table th {
 	border: 0;
+	background: #eee;
 	border-bottom: 1px solid #ddd;
 	padding: 6px;
+	font-weight: bold;
+	text-transform: uppercase;
 }
 
 .editor-block-list__block table.wp-block-table tr:nth-of-type(even) {