org: health checks update

This commit is contained in:
gilbN 2019-10-24 20:35:51 +02:00
parent 290e9bd315
commit 1e39c8d671

View File

@ -580,14 +580,17 @@ table.dataTable>tbody>tr:nth-of-type(even):hover {
background: rgba(0, 0, 0, 0.25) !important;
}
/* Homepage health checks */
.bg-inverse > .healthPosition {
background: var(--custom-buttons-color) !important;
.bg-inverse .healthPosition {
background: rgba(255, 255, 255, 0.08) !important;
-webkit-backdrop-filter: blur(30px);
backdrop-filter: blur(10px);
border-radius: 3px;
}
.card, .card-body {
background: transparent !important;
}
.bg-inverse {
background: rgba(255, 255, 255, 0.15) !important;
background: transparent !important;
}
/* Homepage Unifi cards */
.unifiCards .panel-heading {