summaryrefslogtreecommitdiff
path: root/desktop-themes/Blue-Submarine/gtk-3.0
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-03-22 08:15:42 +0100
committerraveit65 <[email protected]>2017-03-22 08:15:42 +0100
commiteff92ab9ab98f56de0fe8cff1dff2ac59a914faf (patch)
treed073dd75e2572ae5597e9e74d78f369fab2b47a3 /desktop-themes/Blue-Submarine/gtk-3.0
parente27955c280a17068cf1489864aea4c5413daf157 (diff)
downloadmate-themes-eff92ab9ab98f56de0fe8cff1dff2ac59a914faf.tar.bz2
mate-themes-eff92ab9ab98f56de0fe8cff1dff2ac59a914faf.tar.xz
Gtk+-3.20 Submarine themes: fix previous commit for rubberband
Diffstat (limited to 'desktop-themes/Blue-Submarine/gtk-3.0')
-rw-r--r--desktop-themes/Blue-Submarine/gtk-3.0/gtk-widgets.css9
1 files changed, 1 insertions, 8 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);*/
}