high-contrast.less: Fix contrast for overdue list items
This commit is contained in:
parent
e88a2b588b
commit
33402ec6b0
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue