mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-25 00:50:29 +00:00
Tweak svc status colors
This commit is contained in:
parent
95383b81c0
commit
36e4d5baf0
1 changed files with 3 additions and 3 deletions
|
@ -131,15 +131,15 @@ i.fa.fa-bars:hover{
|
|||
}
|
||||
|
||||
.service-status-up {
|
||||
color: green;
|
||||
color: #a1ec38;
|
||||
}
|
||||
|
||||
.service-status-warn {
|
||||
color: yellow;
|
||||
color: #f6f044;
|
||||
}
|
||||
|
||||
.service-status-down {
|
||||
color: red;
|
||||
color: #f80107;
|
||||
animation: flash 1s linear infinite;
|
||||
}
|
||||
@keyframes flash {
|
||||
|
|
Loading…
Reference in a new issue