From 88765895db9a4b318b9813441a116b1ee4ccf0ea Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Mon, 1 Jul 2013 02:44:38 +0530 Subject: [PATCH] Removed green from active toggle switches --- gtk-3.0/gtk-widgets.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gtk-3.0/gtk-widgets.css b/gtk-3.0/gtk-widgets.css index d65f4c5..d3883e8 100644 --- a/gtk-3.0/gtk-widgets.css +++ b/gtk-3.0/gtk-widgets.css @@ -73,7 +73,6 @@ GtkClutterOffscreen { color: @theme_fg_color; } - * { /* inherit colors from parent */ color: inherit; @@ -1576,8 +1575,8 @@ GtkSwitch.trough { } GtkSwitch.trough:active { - border-color: shade(@success_color, 0.9); - background-color: @success_color; + border-color: shade(@theme_selected_bg_color, 0.9); + background-color: @theme_selected_bg_color; background-image: none; color: @theme_selected_fg_color; }