HC color
This commit is contained in:
parent
d88246facc
commit
fecd92dd4f
@ -284,7 +284,7 @@ table.dataTable>tbody>tr:nth-of-type(even):hover {
|
|||||||
/* custom buttons */
|
/* custom buttons */
|
||||||
.cbutton {
|
.cbutton {
|
||||||
border: none;
|
border: none;
|
||||||
background: var(--custom-buttons-color);
|
background-color: rgba(255, 255, 255, 0.2) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Calendar */
|
/* Calendar */
|
||||||
@ -422,7 +422,7 @@ table.dataTable>tbody>tr:nth-of-type(even):hover {
|
|||||||
}
|
}
|
||||||
/* Homepage health checks */
|
/* Homepage health checks */
|
||||||
.bg-org-alt {
|
.bg-org-alt {
|
||||||
background: var(--custom-buttons-color) !important;
|
background: var(--modal-bg-color) !important;
|
||||||
}
|
}
|
||||||
/* loginpage sidemenu */
|
/* loginpage sidemenu */
|
||||||
@media (max-width: 480px) {
|
@media (max-width: 480px) {
|
||||||
|
|||||||
@ -284,7 +284,7 @@ table.dataTable>tbody>tr:nth-of-type(even):hover {
|
|||||||
/* custom buttons */
|
/* custom buttons */
|
||||||
.cbutton {
|
.cbutton {
|
||||||
border: none;
|
border: none;
|
||||||
background: var(--custom-buttons-color);
|
background-color: rgba(255, 255, 255, 0.2) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Calendar */
|
/* Calendar */
|
||||||
@ -422,7 +422,7 @@ table.dataTable>tbody>tr:nth-of-type(even):hover {
|
|||||||
}
|
}
|
||||||
/* Homepage health checks */
|
/* Homepage health checks */
|
||||||
.bg-org-alt {
|
.bg-org-alt {
|
||||||
background: var(--custom-buttons-color) !important;
|
background: var(--modal-bg-color) !important;
|
||||||
}
|
}
|
||||||
/* loginpage sidemenu */
|
/* loginpage sidemenu */
|
||||||
@media (max-width: 480px) {
|
@media (max-width: 480px) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user