high-contrast.less: Fix contrast for overdue list items

This commit is contained in:
Florian Strohmaier 2021-04-29 11:44:39 +02:00 committed by Johannes Meyer
parent e88a2b588b
commit 33402ec6b0
1 changed files with 9 additions and 0 deletions

View File

@ -205,6 +205,15 @@
} }
} }
.icinga-module.module-icingadb .list-item.overdue {
background: none;
header > *:not(time),
.caption {
opacity: 1;
}
}
.controls input.search, .controls input.search,
input.search { input.search {
background-image: url(../img/icons/search.png); background-image: url(../img/icons/search.png);