From fa30c3fb37764218e77b5079af1915009d852fc6 Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Thu, 28 Feb 2013 18:23:50 +0530 Subject: [PATCH] Reverted style for focused buttons It does not look good with the linked buttons :( --- gtk-3.0/gtk-widgets.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/gtk-3.0/gtk-widgets.css b/gtk-3.0/gtk-widgets.css index bcd97d6..75b63bb 100644 --- a/gtk-3.0/gtk-widgets.css +++ b/gtk-3.0/gtk-widgets.css @@ -223,7 +223,8 @@ GtkAssistant .sidebar { .button:hover:focus, .button:active:focus, .button:active:hover:focus { - border-color: @theme_selected_bg_color; + border-color: shade(@theme_bg_color, 0.7); + color: shade(@theme_fg_color, 0.7); } .button:insensitive { @@ -544,7 +545,7 @@ GtkComboBox.combobox-entry .button:insensitive { .entry:active, .entry:focus { - border-color: @theme_selected_bg_color; + border-color: shade(@theme_bg_color, 0.7); } .entry:selected, @@ -1663,7 +1664,8 @@ GtkTextView { .toolbar .button:hover:focus, .toolbar .button:active:focus, .toolbar .button:active:hover:focus { - border-color: @theme_selected_bg_color; + border-color: shade(@theme_bg_color, 0.7); + color: shade(@theme_fg_color, 0.7); } .primary-toolbar .button:insensitive, @@ -1686,7 +1688,7 @@ GtkTextView { .primary-toolbar .entry:active, .primary-toolbar .entry:focus { - border-color: @theme_selected_bg_color; + border-color: shade(@theme_bg_color, 0.7); } .primary-toolbar GtkSeparatorToolItem,