summaryrefslogtreecommitdiff
path: root/desktop-themes/TraditionalGreen/gtk-3.0
diff options
context:
space:
mode:
Diffstat (limited to 'desktop-themes/TraditionalGreen/gtk-3.0')
-rw-r--r--desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css25
1 files changed, 14 insertions, 11 deletions
diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
index a4ec61d4..6c2f5abd 100644
--- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css
@@ -97,34 +97,37 @@ GtkGrid:insensitive {
background-color: transparent;
}
-/*****************
- * Miscellaneous *
- *****************/
+/*********************
+ * Spinner Animation *
+ *********************/
+/* This is could be CPU-intensive */
-/* This is CPU-intensive, no animation */
-/*
@keyframes spin {
to { -gtk-icon-transform: rotate(1turn); }
}
-*/
-@keyframes spin {
- to { -gtk-icon-transform: rotate(0turn); }
-}
.spinner {
background-image: none;
background-color: blue;
opacity: 0;
-gtk-icon-source: -gtk-icontheme("process-working-symbolic");
}
+
.spinner:active {
opacity: 1;
- animation: spin 1s linear infinite;
-}
+ animation: spin 1s linear infinite; }
.spinner:active:insensitive {
opacity: 0.5;
}
+.button .spinner:active {
+ color: @theme_fg_color;
+}
+
+/*****************
+ * Miscellaneous *
+ *****************/
+
.floating-bar {
background-image: linear-gradient(
to bottom,