mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-12-27 07:31:09 +01:00
Cleanup unused classes + setAttribute defs
This commit is contained in:
@@ -662,22 +662,12 @@ a.inactive:focus {
|
||||
}
|
||||
|
||||
.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 {
|
||||
.hostapd-led {
|
||||
color: #28a745;
|
||||
opacity: 1;
|
||||
transition: opacity 0.05s;
|
||||
}
|
||||
|
||||
#hostapd-led[data-active="true"] {
|
||||
opacity: 0.3;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user