[gtk+] HighContrast: Update spinner rendering
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] HighContrast: Update spinner rendering
- Date: Sun, 25 Oct 2015 19:45:36 +0000 (UTC)
commit 2b20bd54c590c0f537ec43b23b0cc4017979e7a3
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Oct 25 15:21:52 2015 -0400
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 bd93cc3..1d8721f 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 65a3f29..12b353b 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; }
/****************
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]