[gnome-themes-standard] destructive,suggested: better backdrop color



commit 85105a4a8c406454f5bcf8048622574465daeb8f
Author: Jakub Steiner <jimmac gmail com>
Date:   Thu Aug 22 18:54:22 2013 +0200

    destructive,suggested: better backdrop color

 themes/Adwaita/gtk-3.0/gtk-main.css    |    2 +-
 themes/Adwaita/gtk-3.0/gtk-widgets.css |    8 +++-----
 2 files changed, 4 insertions(+), 6 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-main.css b/themes/Adwaita/gtk-3.0/gtk-main.css
index 3aa4acd..8352d24 100644
--- a/themes/Adwaita/gtk-3.0/gtk-main.css
+++ b/themes/Adwaita/gtk-3.0/gtk-main.css
@@ -3,7 +3,7 @@
 @define-color theme_bg_color #ededed;
 @define-color theme_selected_bg_color #4a90d9;
 @define-color theme_text_color #2e3436;
- define-color theme_fg_color @theme_text_color;
+ define-color theme_fg_color #ffffff;
 @define-color theme_selected_fg_color #ffffff;
 
 @define-color placeholder_text_color shade(@text_color, 3.5);
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index f91b7a0..2a36395 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -3154,6 +3154,7 @@ GtkProgressBar.osd.progressbar {
 .suggested-action.button:backdrop {
     text-shadow: none;
     icon-shadow: none;
+    color: @theme_unfocused_text_color;
 }
 
 /******************************
@@ -3182,11 +3183,6 @@ GtkProgressBar.osd.progressbar {
     color: @destructive_action_button_fg;
 }
 
-.destructive-action.button:backdrop {
-    background-image: none;
-    color: @suggested_action_button_fg;
-}
-
 .destructive-action.button {
     text-shadow: 0 1px @destructive_action_button_shadow;
     icon-shadow: 0 1px @destructive_action_button_shadow;
@@ -3199,8 +3195,10 @@ GtkProgressBar.osd.progressbar {
 }
 
 .destructive-action.button:backdrop {
+    background-image: none;
     text-shadow: none;
     icon-shadow: none;
+    color: @theme_unfocused_text_color;
 }
 
 /**************************


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