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:51:18 +0200
commit9422d2dfd465cf6d857341ae0c40f5af500b98ee (patch)
tree7024f39637f1ae66710cb4b30a29129ae6473777 /desktop-themes
parent896e2258b247412013d2d4911e0894c371c1b7a3 (diff)
downloadmate-themes-9422d2dfd465cf6d857341ae0c40f5af500b98ee.tar.bz2
mate-themes-9422d2dfd465cf6d857341ae0c40f5af500b98ee.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 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;
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;