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:
parent
95383b81c0
commit
36e4d5baf0
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user