From 9422d2dfd465cf6d857341ae0c40f5af500b98ee Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sun, 26 Mar 2017 22:51:18 +0200 Subject: Gtk+-3.20: add an annoying wildcard for firefox --- desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'desktop-themes/Blue-Submarine') diff --git a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css index 0d6ac0d1..0ee5d82d 100644 --- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css @@ -63,6 +63,12 @@ window { *:hover:disabled { } +/* seems like firefox needs this stupid wildcard in several places */ +*:selected:focus { + background-color: @theme_selected_bg_color; + color: @theme_selected_fg_color; +} + *:disabled { /* inherit the color from parent by default */ background-color: inherit; -- cgit v1.2.1