[gnome-themes-standard] Widget theme: fixed several background-color: none.



commit fa9a2752efbd524d8f0d26e9a0f8cbd67fb589fa
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Sun Dec 18 21:29:41 2011 +0100

    Widget theme: fixed several background-color: none.

 themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css |   20 ++++++++++----------
 themes/Adwaita/gtk-3.0/gtk-widgets.css             |   14 +++++++-------
 2 files changed, 17 insertions(+), 17 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css b/themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css
index a76fea1..00d0542 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css
@@ -12,7 +12,7 @@
                                      color-stop (0.2, @button_gradient_color_a),
                                      color-stop (0.8, @button_gradient_color_b),
                                      to (@button_gradient_color_b));
-   background-color: none;
+   background-color: transparent;
 }
 
 /* Pushed button background */
@@ -33,7 +33,7 @@
     				     left top, left bottom,
                                      from (@button_border),
 				     to (shade(@theme_bg_color, 0.95)));
-    background-color: none; 
+    background-color: transparent; 
 }
 
 /* Primary and inline toolbars pushed button background */
@@ -49,7 +49,7 @@
     				     left top, left bottom,
                                      from (shade(@button_border, 0.95)),
 				     to (shade(@theme_bg_color, 0.88)));
-    background-color: none;
+    background-color: transparent;
 }
 
 /* Flipped pushed button background for vertical progressbar through and the like */
@@ -71,7 +71,7 @@
 .primary-toolbar .raised .button:hover:focus,
 .primary-toolbar GtkComboBox .button:hover,
 .primary-toolbar GtkComboBox .button:hover:focus {
-    background-color: none;
+    background-color: transparent;
     background-image: -gtk-gradient (linear,
 				     left top, left bottom,
 				     from (@button_hover_gradient_color_a),
@@ -80,7 +80,7 @@
 
 .primary-toolbar .button:hover,
 .primary-toolbar .button:hover:focus {
-    background-color: none;
+    background-color: transparent;
     background-image: -gtk-gradient (linear,
 				     left top, left bottom,
 				     from (alpha (@theme_base_color, 0.0)),
@@ -107,7 +107,7 @@
 .button:active:insensitive,
 .primary-toolbar .button:active:insensitive,
 .primary-toolbar GtkComboBox .button:active:insensitive {
-    background-color: none;
+    background-color: transparent;
     background-image: -gtk-gradient (linear,
 				     left top, left bottom,
 				     from (shade (@insensitive_bg_color, 0.95)),
@@ -173,7 +173,7 @@ column-header.button:active:hover:focus,
 column-header .button:active:hover:focus,
 column-header.button:active:focus,
 column-header .button:active:focus {
-    background-color: none;
+    background-color: transparent;
     background-image: -gtk-gradient(linear,
                                     left top, left bottom,
                                     from(shade(@entry_background_a, 0.9)),
@@ -210,7 +210,7 @@ GtkComboBox.combobox-entry .button:insensitive:window-unfocused {
 .primary-toolbar .toolbar,
 .primary-toolbar.toolbar,
 .inline-toolbar.toolbar  {
-    background-color: none;
+    background-color: transparent;
     background-image: -gtk-gradient (linear,
 				     left top,
 				     left bottom,
@@ -231,7 +231,7 @@ GtkComboBox.combobox-entry .button:insensitive:window-unfocused {
 /* Active switch background*/
 GtkSwitch.trough:active,
 GtkScale.progressbar {
-    background-color: none;
+    background-color: transparent;
     background-image: -gtk-gradient (linear,
                                      left top, left bottom,
                                      from (@switch_trough_active_bg_a),
@@ -249,7 +249,7 @@ GtkSwitch.trough:active:window-unfocused {
 }
 
 GtkScale.progressbar.vertical {
-    background-color: none;
+    background-color: transparent;
     background-image: -gtk-gradient (linear,
                                      left top, right top,
                                      from (@switch_trough_active_bg_a),
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 2c52faa..0655391 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -272,7 +272,7 @@ GtkTreeView .separator:window-unfocused,
 .spinbutton .button:focus,
 .spinbutton .button:insensitive,
 .spinbutton .button:window-unfocused {
-    background-color: none;
+    background-color: transparent;
     background-image: none;
 }
 
@@ -415,7 +415,7 @@ GtkScale.slider:insensitive:window-unfocused {
     border-style: none;
 
     color: alpha(@theme_base_color, 0.0); /* FIXME */
-    background-color: none;
+    background-color: transparent;
 
     /* background-image in -assets variant */
 }
@@ -546,7 +546,7 @@ GtkComboBox.combobox-entry .button {
 .primary-toolbar .button:window-unfocused,
 .primary-toolbar .button:insensitive:window-unfocused {
     background-image: none;
-    background-color: none;
+    background-color: transparent;
 }
 
 /* Remove borders from primary toolbar buttons*/
@@ -1081,7 +1081,7 @@ GtkLinkButton * {
 
     border-style: none;
     border-image: none;
-    background-color: none;
+    background-color: transparent;
     background-image: none;
 }
 
@@ -1421,12 +1421,12 @@ GtkTreeMenu .menuitem * {
 .menuitem.check:insensitive,
 .menuitem.radio:insensitive {
     background-image: none;
-    background-color: none;
+    background-color: transparent;
 }
 
 .menuitem.check:active,
 .menuitem.radio:active {
-    background-color: none;
+    background-color: transparent;
 }
 
 .menuitem.check:active {
@@ -1620,7 +1620,7 @@ GtkCheckButton:selected:focus {
 .sidebar .radio:focus,
 .sidebar .radio:selected {
     background-image: none;
-    background-color: none;
+    background-color: transparent;
 }
 
 /****************



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