summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-03-22 08:15:42 +0100
committerraveit65 <[email protected]>2017-03-22 09:29:41 +0100
commita094e6b1d811c6acaa9095c1dfcef99ecc11d4a0 (patch)
tree863ab582bbb0bc7c9ff864a5e43e14cfe921a90f
parent4b530b302d11ac984bca4368d32313981ad8b904 (diff)
downloadmate-themes-a094e6b1d811c6acaa9095c1dfcef99ecc11d4a0.tar.bz2
mate-themes-a094e6b1d811c6acaa9095c1dfcef99ecc11d4a0.tar.xz
Gtk+-3.20 Submarine themes: fix previous commit for rubberband
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css9
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css9
2 files changed, 2 insertions, 16 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 15fee6ef..5fa0ff04 100644
--- a/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css
@@ -36,7 +36,7 @@ window {
color: @theme_fg_color;
}
-.background:not(widget):not(.rubberband) {
+.background {
color: @theme_fg_color;
background-color: @theme_bg_color;
}
@@ -46,13 +46,6 @@ window {
-gtk-icon-shadow: none;
}
-/* Ugly hack to fix unexpected background colours (e.g. combo box arrow)
- * we should just set it above, but that loses our background on fullscreen)
- */
-/* * {
- background-color: transparent;
-}*/
-
*:active {
/* background-color: alpha(shade(@theme_selected_bg_color, 1.90), 0.015);*/
}
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 ecff48d4..ae9cc18b 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -36,7 +36,7 @@ window {
color: @theme_fg_color;
}
-.background:not(widget):not(.rubberband) {
+.background {
color: @theme_fg_color;
background-color: @theme_bg_color;
}
@@ -46,13 +46,6 @@ window {
-gtk-icon-shadow: none;
}
-/* Ugly hack to fix unexpected background colours (e.g. combo box arrow)
- * we should just set it above, but that loses our background on fullscreen)
- */
-/* * {
- background-color: transparent;
-}*/
-
*:active {
/* background-color: alpha(shade(@theme_selected_bg_color, 1.90), 0.015);*/