Bugfix: Search hilight sometimes overridden by other background definitions
This commit is contained in:
parent
2abe2854f8
commit
5ae40a9cca
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue