diff options
author | raveit65 <[email protected]> | 2017-03-26 22:51:18 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-03-26 22:51:43 +0200 |
commit | c1b6f4fcef01b5da68bac4bec5606165046cabd4 (patch) | |
tree | d893e6357654d8c01ab24fccf0a1eb973d7c567b /desktop-themes/Green-Submarine | |
parent | caed5d4bdfbd8118cca9067c38ab3852db82727b (diff) | |
download | mate-themes-c1b6f4fcef01b5da68bac4bec5606165046cabd4.tar.bz2 mate-themes-c1b6f4fcef01b5da68bac4bec5606165046cabd4.tar.xz |
Gtk+-3.20: add an annoying wildcard for firefox
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r-- | desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css index cc59c679..f9c61ab8 100644 --- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css +++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css @@ -64,6 +64,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;
|