From 2b20bd54c590c0f537ec43b23b0cc4017979e7a3 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 25 Oct 2015 15:21:52 -0400 Subject: [PATCH] HighContrast: Update spinner rendering Adapt HighContrast to the changes in the pre-previous commit. --- gtk/theme/HighContrast/_common.scss | 2 +- gtk/theme/HighContrast/gtk.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss index bd93cc3564..1d8721f7d8 100644 --- a/gtk/theme/HighContrast/_common.scss +++ b/gtk/theme/HighContrast/_common.scss @@ -164,7 +164,7 @@ label { to { -gtk-icon-transform: rotate(1turn); } } -.spinner { +spinner { background-image: none; background-color: blue; opacity: 0; // non spinning spinner makes no sense diff --git a/gtk/theme/HighContrast/gtk.css b/gtk/theme/HighContrast/gtk.css index 65a3f2979e..12b353b0b0 100644 --- a/gtk/theme/HighContrast/gtk.css +++ b/gtk/theme/HighContrast/gtk.css @@ -182,15 +182,15 @@ label:insensitive, label:backdrop:insensitive { @keyframes spin { to { -gtk-icon-transform: rotate(1turn); } } -.spinner { +spinner { background-image: none; background-color: blue; opacity: 0; -gtk-icon-source: -gtk-icontheme("process-working-symbolic"); } - .spinner:active { + spinner:active { opacity: 1; animation: spin 1s linear infinite; } - .spinner:active:insensitive { + spinner:active:insensitive { opacity: 0.5; } /****************