[gnome-themes-standard] Fix infobar backdrop state



commit e5a7d1fdbd1cd22fd6bc8244bad0e5e2ad6b7b11
Author: William Jon McCann <william jon mccann gmail com>
Date:   Mon May 5 11:21:10 2014 -0400

    Fix infobar backdrop state

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index 187dee9..115bc1f 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -4012,9 +4012,9 @@ GtkInfoBar {
 .question:backdrop,
 .error:backdrop {
     text-shadow: none;
-    background-color: @theme_base_color;
-    color: @theme_unfocused_fg_color;
-    border-color: @theme_unfocused_fg_color;
+    background-color: shade(@infobar_bg_color,1.1);
+    color: @infobar_fg_color;
+    border-color: darker(@infobar_bg_color);
 }
 
 .info .button.close,
@@ -4049,7 +4049,7 @@ GtkInfoBar {
 .warning .button.close:backdrop,
 .question .button.close:backdrop,
 .error .button.close:backdrop {
-    color: @theme_unfocused_fg_color;
+    color: @infobar_fg_color;
 
     icon-shadow: none;
 }


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