diff --git a/public/css/themes/high-contrast.less b/public/css/themes/high-contrast.less index f9ab49c9f..44d72cb17 100644 --- a/public/css/themes/high-contrast.less +++ b/public/css/themes/high-contrast.less @@ -205,6 +205,15 @@ } } +.icinga-module.module-icingadb .list-item.overdue { + background: none; + + header > *:not(time), + .caption { + opacity: 1; + } +} + .controls input.search, input.search { background-image: url(../img/icons/search.png);