org: health checks update
This commit is contained in:
parent
290e9bd315
commit
1e39c8d671
@ -580,15 +580,18 @@ table.dataTable>tbody>tr:nth-of-type(even):hover {
|
|||||||
background: rgba(0, 0, 0, 0.25) !important;
|
background: rgba(0, 0, 0, 0.25) !important;
|
||||||
}
|
}
|
||||||
/* Homepage health checks */
|
/* Homepage health checks */
|
||||||
.bg-inverse > .healthPosition {
|
.bg-inverse .healthPosition {
|
||||||
background: var(--custom-buttons-color) !important;
|
background: rgba(255, 255, 255, 0.08) !important;
|
||||||
|
-webkit-backdrop-filter: blur(30px);
|
||||||
|
backdrop-filter: blur(10px);
|
||||||
|
border-radius: 3px;
|
||||||
}
|
}
|
||||||
.card, .card-body {
|
.card, .card-body {
|
||||||
|
background: transparent !important;
|
||||||
|
}
|
||||||
|
.bg-inverse {
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
}
|
}
|
||||||
.bg-inverse {
|
|
||||||
background: rgba(255, 255, 255, 0.15) !important;
|
|
||||||
}
|
|
||||||
/* Homepage Unifi cards */
|
/* Homepage Unifi cards */
|
||||||
.unifiCards .panel-heading {
|
.unifiCards .panel-heading {
|
||||||
background: rgba(255, 255, 255, 0.2) !important;
|
background: rgba(255, 255, 255, 0.2) !important;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user