Fix status panel icons - LCARS theme

Signed-off-by: RD WebDesign <github@rdwebdesign.com.br>
This commit is contained in:
RD WebDesign
2025-03-16 01:29:33 -03:00
parent 66e46ec556
commit 44892dba10

View File

@@ -1027,17 +1027,12 @@ p.login-box-msg,
margin-top: 20px;
}
.user-panel .fa-circle path {
stroke: rgba(0, 0, 0, 0.5);
stroke-width: 5%;
.user-panel > .info i {
text-shadow: 0 0 1px black;
}
.user-panel .svg-inline--fa {
margin-right: 2px;
}
.user-panel svg.text-orange,
.user-panel svg.text-red {
.user-panel > .info i.text-orange,
.user-panel > .info i.text-red {
animation: fire 1s ease-in-out 0s infinite;
}