This commit is contained in:
2026-02-12 17:56:16 +00:00
parent a4f80c85c2
commit 2ffd916e2f
27 changed files with 1181 additions and 60 deletions

View File

@@ -5099,6 +5099,20 @@ textarea.form-control-lg {
border-top-width: 1px;
}
.dropdown.show .gear-icon {
animation: spin 1.2s linear infinite;
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
.list-group-horizontal {
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;