mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-07-28 20:39:23 +02:00
Added led-pulse animation + keyframes, #hostapd-led
This commit is contained in:
parent
03e2b853be
commit
12b343b570
@ -661,3 +661,23 @@ a.inactive:focus {
|
||||
max-width: 250px;
|
||||
}
|
||||
|
||||
.led-pulse {
|
||||
/* animation: pulse 0.25s infinite; */
|
||||
opacity: 0.3 !important;
|
||||
}
|
||||
@keyframes pulse {
|
||||
0% { opacity: 1; }
|
||||
50% { opacity: 0.3; }
|
||||
100% { opacity: 1; }
|
||||
}
|
||||
|
||||
#hostapd-led {
|
||||
color: #28a745;
|
||||
opacity: 1;
|
||||
transition: opacity 0.05s;
|
||||
}
|
||||
|
||||
#hostapd-led[data-active="true"] {
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user