[gnome-themes-standard] Widget: make separators inside buttons do not change color while the button is pressed.



commit 7709673c6ba6218263976da68290b73aaf0c8d3a
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Thu Jan 19 00:02:12 2012 +0100

    Widget: make separators inside buttons do not change color while
            the button is pressed.

 themes/Adwaita/gtk-3.0/gtk-widgets.css |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets.css b/themes/Adwaita/gtk-3.0/gtk-widgets.css
index fe2b7b6..a87a781 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets.css
@@ -872,6 +872,8 @@ GtkLinkButton * {
     text-shadow: none;
 }
 
+.button .separator { color: shade(@internal_element_color, 1.3); }
+
 /*****************
  * Notebooks and *
  * tabs          *



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