[gnome-themes-standard] themes: set background color for GtkClutterOffscreen



commit b53cc83c89a163ad1528fd569c892796e709770c
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Thu Jun 28 18:44:18 2012 -0400

    themes: set background color for GtkClutterOffscreen
    
    I need to investigate why this doesn't get any transparent background by
    default, but removing the wildcard selector without this breaks
    clutter-gtk applications, so let's use the workaround for now.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    5 +++++
 themes/a11y-base.css                   |    5 +++++
 2 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index beb9d65..5eda705 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -57,6 +57,11 @@ GtkWindow:backdrop {
     color: @theme_unfocused_fg_color;
 }
 
+/* FIXME: why do we still need this? */
+GtkClutterOffscreen {
+    background-color: @theme_bg_color;
+}
+
 *:selected,
 *:selected:focus {
     background-color: @theme_selected_bg_color;
diff --git a/themes/a11y-base.css b/themes/a11y-base.css
index 3222fbd..b52e7fb 100644
--- a/themes/a11y-base.css
+++ b/themes/a11y-base.css
@@ -49,6 +49,11 @@ GtkWindow {
     background-color: @theme_base_color;
 }
 
+/* FIXME: why do we still need this? */
+GtkClutterOffscreen {
+    background-color: @theme_base_color;
+}
+
 *:insensitive {
     background-color: @theme_button_insensitive_bg;
     border-color: @theme_button_insensitive_active_bg;



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