summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalOk
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-02-17 22:27:21 +0100
committerraveit65 <[email protected]>2015-02-17 22:27:21 +0100
commitcc1522c9c6157fda1121ee65e74ed9a243d4da64 (patch)
tree69184903c7f7b5ceb68159a6336016d277bf7569 /desktop-themes/TraditionalOk
parent6a061d818b9f1e9fa13524c05b5e6f4e37547d13 (diff)
downloadmate-themes-cc1522c9c6157fda1121ee65e74ed9a243d4da64.tar.bz2
mate-themes-cc1522c9c6157fda1121ee65e74ed9a243d4da64.tar.xz
GTK3: disable spinner animation to avoid high cpu load
Diffstat (limited to 'desktop-themes/TraditionalOk')
-rw-r--r--desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
index 772c6d3e..b3ee3950 100644
--- a/desktop-themes/TraditionalOk/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalOk/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;