Former-commit-id: 25e4b89053
This commit is contained in:
Hadi
2024-06-14 13:44:30 +02:00
parent 19bf7838c4
commit cd3dfb985c
233 changed files with 14340 additions and 23 deletions

View File

@@ -0,0 +1,16 @@
/***********
* spinner *
***********/
@keyframes spinner {
to { -gtk-icon-transform: rotate(1turn); }
}
spinner {
background: none;
-gtk-icon-source: -gtk-icontheme('process-working-symbolic');
color: @selected_bg_color;
animation: spinner 1s linear infinite;
}