[gnome-themes-standard] Widget theme: dark version entry background color tweaks, fixed disabled active buttons on primary t



commit 02d1332803043f4ece0093408202dc8db51de95d
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Thu Dec 1 22:43:34 2011 +0100

    Widget theme: dark version entry background color tweaks, fixed disabled active buttons on primary toolbars.

 themes/Adwaita/gtk-3.0/gtk-dark.css                |    4 ++--
 themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css |    3 ++-
 .../Adwaita/gtk-3.0/gtk-widgets-borders-dark.css   |    1 +
 themes/Adwaita/gtk-3.0/gtk-widgets-borders.css     |    1 +
 4 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-dark.css b/themes/Adwaita/gtk-3.0/gtk-dark.css
index e7f5053..b086850 100644
--- a/themes/Adwaita/gtk-3.0/gtk-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-dark.css
@@ -73,8 +73,8 @@
 @define-color entry_text_color #ffffff;
 @define-color entry_background_a #252929;
 @define-color entry_background_b #292d2d;
- define-color entry_background_c #2d3131;
- define-color entry_background_d #303434;
+ define-color entry_background_c #2b2f2f;
+ define-color entry_background_d #2d3131;
 
 @define-color frame_color #707070;
 
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css b/themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css
index 384d80e..f7ee0bc 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets-backgrounds.css
@@ -61,7 +61,8 @@
 
 /* Insensitive button background */
 .button:insensitive,
-.primary-toolbar GtkComboBox .button:insensitive {
+.primary-toolbar GtkComboBox .button:insensitive,
+.primary-toolbar .button *:active:insensitive {
     background-image: none;
     background-color: @insensitive_bg_color;
 
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets-borders-dark.css b/themes/Adwaita/gtk-3.0/gtk-widgets-borders-dark.css
index 10264e2..9e15e9e 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets-borders-dark.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets-borders-dark.css
@@ -53,6 +53,7 @@ GtkSwitch.trough:active {
 .primary-toolbar GtkComboBox.combobox-entry .button:focus,
 .primary-toolbar GtkComboBox.combobox-entry .button:insensitive,
 .primary-toolbar .button:active,
+.primary-toolbar .button:active:insensitive,
 .primary-toolbar .button:active:hover,
 .primary-toolbar .button.raised:insensitive,
 .primary-toolbar .raised .button:insensitive,
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets-borders.css b/themes/Adwaita/gtk-3.0/gtk-widgets-borders.css
index c87a298..0c970cc 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets-borders.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets-borders.css
@@ -53,6 +53,7 @@ GtkSwitch.trough:active {
 .primary-toolbar GtkComboBox.combobox-entry .button:focus,
 .primary-toolbar GtkComboBox.combobox-entry .button:insensitive,
 .primary-toolbar .button:active,
+.primary-toolbar .button:active:insensitive,
 .primary-toolbar .button:active:hover,
 .primary-toolbar .button.raised:insensitive,
 .primary-toolbar .raised .button:insensitive,



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