diff options
author | raveit65 <[email protected]> | 2017-03-26 22:51:18 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-03-26 22:52:00 +0200 |
commit | 3049ed8f93cc943dc364ed55f356a71a38979d3a (patch) | |
tree | d1ee901f9dc6889c5bb40953c7c6f0bf351c47f8 /desktop-themes/Blue-Submarine | |
parent | d22bf11057ec71d4bf920999e0bb54de06a19a16 (diff) | |
download | mate-themes-3049ed8f93cc943dc364ed55f356a71a38979d3a.tar.bz2 mate-themes-3049ed8f93cc943dc364ed55f356a71a38979d3a.tar.xz |
Gtk+-3.20: add an annoying wildcard for firefox
Diffstat (limited to 'desktop-themes/Blue-Submarine')
-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 e2250b2e..d8898466 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;
|