Bugfix: Search hilight sometimes overridden by other background definitions

This commit is contained in:
Johannes Schriewer 2025-01-06 18:40:16 +01:00
parent 2abe2854f8
commit 5ae40a9cca

View file

@ -47,7 +47,7 @@ td.disabled {
} }
.search-hilight { .search-hilight {
background-color: #ffa0a0; background-color: #ffa0a0 !important;
} }
.cell:nth-child(2n) { .cell:nth-child(2n) {