diff options
Diffstat (limited to '.themes/FlatColor/gtk-3.20/widgets/spinner.css')
| -rw-r--r-- | .themes/FlatColor/gtk-3.20/widgets/spinner.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.themes/FlatColor/gtk-3.20/widgets/spinner.css b/.themes/FlatColor/gtk-3.20/widgets/spinner.css new file mode 100644 index 0000000..763036c --- /dev/null +++ b/.themes/FlatColor/gtk-3.20/widgets/spinner.css @@ -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; +}
\ No newline at end of file |
