org: more HC corrections
This commit is contained in:
parent
1e39c8d671
commit
3ee516cb2b
@ -581,17 +581,21 @@ table.dataTable>tbody>tr:nth-of-type(even):hover {
|
||||
}
|
||||
/* Homepage health checks */
|
||||
.bg-inverse .healthPosition {
|
||||
background: rgba(255, 255, 255, 0.08) !important;
|
||||
background: rgba(255, 255, 255, 0.2) !important;
|
||||
-webkit-backdrop-filter: blur(30px);
|
||||
backdrop-filter: blur(10px);
|
||||
backdrop-filter: blur(30px);
|
||||
border-radius: 3px;
|
||||
}
|
||||
.card, .card-body {
|
||||
background: transparent !important;
|
||||
background: rgba(255, 255, 255, 0.2) !important;
|
||||
border-radius: 3px;
|
||||
}
|
||||
.bg-inverse {
|
||||
background: transparent !important;
|
||||
}
|
||||
.animated-3 {
|
||||
border-radius: 3px 0 0 3px;
|
||||
}
|
||||
/* Homepage Unifi cards */
|
||||
.unifiCards .panel-heading {
|
||||
background: rgba(255, 255, 255, 0.2) !important;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user