提交 1357fa53 编写于 作者: F Félix Queiruga

Avoid unstyling .pane-header cells within bigtable

上级 5e209ded
...@@ -92,10 +92,14 @@ table.bigtable { ...@@ -92,10 +92,14 @@ table.bigtable {
border: none; /* Border will be provided by the pane-frame */ border: none; /* Border will be provided by the pane-frame */
} }
.bigtable .pane-header, // Avoid overriding .pane-header cells inside .bigtables with wrong styles
.bigtable th { .bigtable th {
font-weight: var(--bigtable-header-font-weight); font-weight: var(--bigtable-header-font-weight);
color: var(--bigtable-header-text-color); color: var(--bigtable-header-text-color);
background: var(--bigtable-header-bg); background: var(--bigtable-header-bg);
}
.bigtable th {
white-space: nowrap; white-space: nowrap;
border-top: var(--bigtable-border-width) solid var(--bigtable-header-bg); border-top: var(--bigtable-border-width) solid var(--bigtable-header-bg);
text-align: left; text-align: left;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册