mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-04-04 12:02:09 +02:00
update
This commit is contained in:
16
home/system/gtk/theme/gtk-3.20/widgets/spinner.css
Normal file
16
home/system/gtk/theme/gtk-3.20/widgets/spinner.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user