CSS: Fix `th` background in dashboard settings

refs #4403
This commit is contained in:
Florian Strohmaier 2021-06-29 13:38:49 +02:00 committed by Johannes Meyer
parent 2be1ed3878
commit 2e995ea192
1 changed files with 0 additions and 4 deletions

View File

@ -31,8 +31,4 @@ table.action {
table.avp {
.name-value-table();
tbody th {
background-color: #f1f1f1;
}
}