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,