[gnome-themes-standard] Widget theme: commented last remaining selectors for blue border removal.



commit ade6d42c182212fa3c2307d80e2ccac431830116
Author: Lapo Calamandrei <calamandrei gmail com>
Date:   Thu Aug 2 20:16:50 2012 +0200

    Widget theme: commented last remaining selectors for blue border removal.

 .../Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css b/themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css
index 39a3c76..24eaa5f 100644
--- a/themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css
+++ b/themes/Adwaita/gtk-3.0/gtk-widgets-dark-overrides.css
@@ -127,8 +127,8 @@ GtkComboBox.combobox-entry .entry:focus:last-child {
                 inset -1px -1px alpha(lighter(@theme_selected_bg_color), 0.7);
 }
 
-.spinbutton .button:active,
-.spinbutton .button:active:focus {
+.spinbutton .button:active /*,
+.spinbutton .button:active:focus */ {
     box-shadow: inset 1px 0 @inset_dark_color,
                 inset 0 2px alpha(lighter(@theme_selected_bg_color), 0.2),
                 inset 0 -2px alpha(lighter(@theme_selected_bg_color), 0.2), 
@@ -136,16 +136,16 @@ GtkComboBox.combobox-entry .entry:focus:last-child {
                 inset 0 -1px alpha(lighter(@theme_selected_bg_color), 0.7);
 }
 
-.spinbutton .button:first-child:active,
-.spinbutton .button:first-child:active:focus {
+.spinbutton .button:first-child:active /*,
+.spinbutton .button:first-child:active:focus*/ {
     box-shadow: inset 2px 2px alpha(lighter(@theme_selected_bg_color), 0.2), 
                 inset 0 -2px alpha(lighter(@theme_selected_bg_color), 0.2), 
                 inset 1px 1px alpha(lighter(@theme_selected_bg_color), 0.7), 
                 inset 0 -1px alpha(lighter(@theme_selected_bg_color), 0.7);
 }
 
-.spinbutton .button:last-child:active,
-.spinbutton .button:last-child:active:focus {
+.spinbutton .button:last-child:active /*,
+.spinbutton .button:last-child:active:focus*/ {
     box-shadow: inset 1px 0 @inset_dark_color, 
                 inset 0 2px alpha(lighter(@theme_selected_bg_color), 0.2), 
                 inset -2px -2px alpha(lighter(@theme_selected_bg_color), 0.2), 



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