1
0
mirror of https://github.com/billz/raspap-webgui.git synced 2023-10-10 13:37:24 +02:00

Tweak svc status colors

This commit is contained in:
billz 2020-02-02 15:34:53 +00:00
parent 95383b81c0
commit 36e4d5baf0

View File

@ -131,15 +131,15 @@ i.fa.fa-bars:hover{
} }
.service-status-up { .service-status-up {
color: green; color: #a1ec38;
} }
.service-status-warn { .service-status-warn {
color: yellow; color: #f6f044;
} }
.service-status-down { .service-status-down {
color: red; color: #f80107;
animation: flash 1s linear infinite; animation: flash 1s linear infinite;
} }
@keyframes flash { @keyframes flash {