From 7ccbba8500ffd5f12f9ff8c9eacf8e5a818da2bb Mon Sep 17 00:00:00 2001 From: raveit65 Date: Tue, 12 Apr 2016 01:54:25 +0200 Subject: GTK+-3.20 all other themes: fix text selection in firefox --- .../TraditionalGreen/gtk-3.0/gtk-widgets.css | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'desktop-themes/TraditionalGreen') diff --git a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css index 67a4b16d..afa10edc 100644 --- a/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/TraditionalGreen/gtk-3.0/gtk-widgets.css @@ -2938,6 +2938,30 @@ treeview:disabled { color: @insensitive_fg_color; } +/* for firefox and probably other apps */ +label:selected, +label selection, +label selection:focus, +label selection:hover { + background-color: @theme_selected_bg_color; + color: @theme_selected_fg_color; +} + +label:disabled:selected, +label selection:disabled { + color: @insensitive_fg_color; +} + +label:backdrop:selected, +label selection:backdrop { + color: @theme_fg_color; +} + +label:backdrop:disabled:selected, +label selection:backdrop:disabled { + color: @insensitive_fg_color; +} + /*************** * GtkTreeview * ***************/ -- cgit v1.2.1