[gnome-themes-standard] css: buttons can be active without be hovered



commit 84c287e49568a8c8512c9a8602985020dabf313f
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Fri Feb 4 13:44:53 2011 -0500

    css: buttons can be active without be hovered
    
    For instance, GtkToggleButton implementations which are not radio/check
    buttons; those were themed as normal buttons, which makes them not
    recognizable as active.
    The gradient for this is stolen from a previous version of this same CSS
    file.

 themes/Adwaita/gtk-3.0/gtk.css |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk.css b/themes/Adwaita/gtk-3.0/gtk.css
index 2deb742..f70368b 100644
--- a/themes/Adwaita/gtk-3.0/gtk.css
+++ b/themes/Adwaita/gtk-3.0/gtk.css
@@ -263,6 +263,13 @@ GtkScrollbar.button:prelight:active {
 				     to (#e5e7e5));
 }
 
+.button:active {
+    background-image: -gtk-gradient (linear,
+    				     left top, left bottom,
+				     from (shade (@bg_color, 0.86)),
+				     to (shade (@bg_color, 1.09)));
+}
+
 .button:hover:active,
 .toolbar .button:hover:active {
     background-image: -gtk-gradient (linear,



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