diff options
author | raveit65 <[email protected]> | 2017-03-26 22:51:18 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-03-26 22:51:18 +0200 |
commit | 9422d2dfd465cf6d857341ae0c40f5af500b98ee (patch) | |
tree | 7024f39637f1ae66710cb4b30a29129ae6473777 /desktop-themes/Blue-Submarine/gtk-3.0 | |
parent | 896e2258b247412013d2d4911e0894c371c1b7a3 (diff) | |
download | mate-themes-9422d2dfd465cf6d857341ae0c40f5af500b98ee.tar.bz2 mate-themes-9422d2dfd465cf6d857341ae0c40f5af500b98ee.tar.xz |
Gtk+-3.20: add an annoying wildcard for firefox
Diffstat (limited to 'desktop-themes/Blue-Submarine/gtk-3.0')
-rw-r--r-- | desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css | 6 |
1 files changed, 6 insertions, 0 deletions
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;
|