Add background to thead
This commit is contained in:
parent
de9b73ed3a
commit
fdc9214b10
1 changed files with 3 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
table-layout: auto;
|
table-layout: auto;
|
||||||
}
|
}
|
||||||
|
.plot thead {
|
||||||
|
background: var(--bg-01);
|
||||||
|
}
|
||||||
.plot col.desc, .plot col.value {width: 8rem}
|
.plot col.desc, .plot col.value {width: 8rem}
|
||||||
.plot col.icon {width: 1ch}
|
.plot col.icon {width: 1ch}
|
||||||
.plot tr {
|
.plot tr {
|
||||||
|
|
Loading…
Reference in a new issue