summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-01-04 21:35:55 -0500
committerMatthias Clasen <mclasen@redhat.com>2016-01-04 21:35:55 -0500
commitc110ffcb1a599fc4600bfa11e905369c3796c7b9 (patch)
tree9913e2407610379ada0d54f7f4c55727012fc54c
parentf63e8edec68a158910f5f971b5f47cb9b51825cb (diff)
downloadgtk+-c110ffcb1a599fc4600bfa11e905369c3796c7b9.tar.gz
HighContrast: No blue spinners
Spinners are drawing backgrounds now, so setting a blue background color is pretty distracting.
-rw-r--r--gtk/theme/HighContrast/_common.scss1
-rw-r--r--gtk/theme/HighContrast/gtk.css1
2 files changed, 0 insertions, 2 deletions
diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss
index 62099bd6aa..aacd667f8b 100644
--- a/gtk/theme/HighContrast/_common.scss
+++ b/gtk/theme/HighContrast/_common.scss
@@ -163,7 +163,6 @@ label {
spinner {
background-image: none;
- background-color: blue;
opacity: 0; // non spinning spinner makes no sense
-gtk-icon-source: -gtk-icontheme('process-working-symbolic');
&:checked {
diff --git a/gtk/theme/HighContrast/gtk.css b/gtk/theme/HighContrast/gtk.css
index 72e0702409..692a9053b1 100644
--- a/gtk/theme/HighContrast/gtk.css
+++ b/gtk/theme/HighContrast/gtk.css
@@ -130,7 +130,6 @@ label:disabled, label:backdrop:disabled {
-gtk-icon-transform: rotate(1turn); } }
spinner {
background-image: none;
- background-color: blue;
opacity: 0;
-gtk-icon-source: -gtk-icontheme("process-working-symbolic"); }
spinner:checked {