[gtk+] HighContrast: No blue spinners



commit c110ffcb1a599fc4600bfa11e905369c3796c7b9
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jan 4 21:35:55 2016 -0500

    HighContrast: No blue spinners
    
    Spinners are drawing backgrounds now, so setting a blue
    background color is pretty distracting.

 gtk/theme/HighContrast/_common.scss |    1 -
 gtk/theme/HighContrast/gtk.css      |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gtk/theme/HighContrast/_common.scss b/gtk/theme/HighContrast/_common.scss
index 62099bd..aacd667 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 72e0702..692a905 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 {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]