summaryrefslogtreecommitdiff
path: root/desktop-themes
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-03-26 22:51:18 +0200
committerraveit65 <[email protected]>2017-03-26 22:52:00 +0200
commit3049ed8f93cc943dc364ed55f356a71a38979d3a (patch)
treed1ee901f9dc6889c5bb40953c7c6f0bf351c47f8 /desktop-themes
parentd22bf11057ec71d4bf920999e0bb54de06a19a16 (diff)
downloadmate-themes-3049ed8f93cc943dc364ed55f356a71a38979d3a.tar.bz2
mate-themes-3049ed8f93cc943dc364ed55f356a71a38979d3a.tar.xz
Gtk+-3.20: add an annoying wildcard for firefox
Diffstat (limited to 'desktop-themes')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css6
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css6
2 files changed, 12 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;
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 99544624..4de0396f 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;