Added healthcheck color

This commit is contained in:
gilbN 2019-06-13 17:33:47 +02:00
parent a6312a5442
commit ebd2c826ea
2 changed files with 8 additions and 2 deletions

View File

@ -296,7 +296,10 @@
.progress-bar-inverse, .progress {
background: rgba(0, 0, 0, 0.25) !important;
}
/* Homepage health checks */
.bg-org-alt {
background: var(--custom-buttons-color) !important;
}
/* loginpage sidemenu */
.login-box {
background: var(--main-bg-color);

View File

@ -296,7 +296,10 @@
.progress-bar-inverse, .progress {
background: rgba(0, 0, 0, 0.25) !important;
}
/* Homepage health checks */
.bg-org-alt {
background: var(--custom-buttons-color) !important;
}
/* loginpage sidemenu */
.login-box {
background: var(--main-bg-color);