mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-22 19:15:48 +02:00
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user