summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalGreen
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-02-17 22:27:21 +0100
committerraveit65 <[email protected]>2015-02-17 22:28:08 +0100
commit500acef9ff075b7c5abab3e0982efa1864535547 (patch)
treecf96b439ab9c24d4e913f379a28d902d2ee35596 /desktop-themes/TraditionalGreen
parentebd84ef22864ba875255fbe8fbcef0521a864d9a (diff)
downloadmate-themes-500acef9ff075b7c5abab3e0982efa1864535547.tar.bz2
mate-themes-500acef9ff075b7c5abab3e0982efa1864535547.tar.xz
GTK3: disable spinner animation to avoid high cpu load
Diffstat (limited to 'desktop-themes/TraditionalGreen')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
index 1f389d58..d1fe337a 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
@@ -100,10 +100,15 @@ GtkGrid:insensitive {
* Miscellaneous *
*****************/
+/* This is CPU-intensive, no animation */
+/*
@keyframes spin {
- to {
- -gtk-icon-transform: rotate(1turn);
- }
+ to { -gtk-icon-transform: rotate(1turn); }
+}
+*/
+
+@keyframes spin {
+ to { -gtk-icon-transform: rotate(0turn); }
}
.spinner {
background-image: none;