summaryrefslogtreecommitdiff
path: root/desktop-themes/Green-Submarine
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-10-05 17:33:32 +0200
committerraveit65 <[email protected]>2015-10-05 17:34:33 +0200
commit5fec16803c5ff06fa31b7cab47c6d51a99f1acc7 (patch)
treec8b7b848a6c0fcc1a2c0e6045da5a3c3f48934fa /desktop-themes/Green-Submarine
parent4802f05338f0e1528c8b802294f2ae98a289a565 (diff)
downloadmate-themes-5fec16803c5ff06fa31b7cab47c6d51a99f1acc7.tar.bz2
mate-themes-5fec16803c5ff06fa31b7cab47c6d51a99f1acc7.tar.xz
GTK all themes: workaround to avoid unwanted black frames if switching compositor on/off
Diffstat (limited to 'desktop-themes/Green-Submarine')
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css17
-rw-r--r--desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css5
2 files changed, 18 insertions, 4 deletions
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 908b772e..3627fd91 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/gtk-widgets.css
@@ -1920,6 +1920,7 @@ GtkColorButton.button {
.inline-toolbar.toolbar GtkToolButton:first-child > .button:active,
.inline-toolbar.toolbar .button:checked:first-child,
.inline-toolbar.toolbar GtkToolButton:first-child > .button:checked {
+
background-color: transparent;
box-shadow: inset 0px 1px alpha(#000, 0.05),
inset 1px 0px alpha(#000, 0.03),
@@ -5756,7 +5757,12 @@ GtkModelButton.button:selected,
inset 0px -1px shade(@selected_bg_color, 0.93);
}
-.window-frame {
+/* workaround to avoid unwanted black frames if switching compositor on/off */
+.background .window-frame {
+ box-shadow: none;
+}
+
+.background.csd .window-frame {
border-color: darker(@theme_bg_dark_color);
border-radius: 7px 7px 0 0;
border-width: 1px;
@@ -5766,10 +5772,12 @@ GtkModelButton.button:selected,
/* this is used for the resize cursor area */
margin: 10px;
}
-
+
+/* workaround to avoid unwanted black frames if switching compositor on/off */
.window-frame:backdrop {
background-color: @theme_bg_dark_color;
- box-shadow: 0 0 0 1px shade(@wm_border,1.1), 0 2px 5px 1px @wm_shadow;
+/* box-shadow: 0 0 0 1px shade(@wm_border,1.1), 0 2px 5px 1px @wm_shadow;*/
+ box-shadow: none;
}
.window-frame.tiled {
@@ -5791,7 +5799,7 @@ GtkModelButton.button:selected,
.window-frame.csd.popup {
border-radius: 0;
- box-shadow: 0 1px 5px @theme_shadow_color;
+ box-shadow: none;
}
.window-frame.csd.tooltip {
@@ -6227,6 +6235,7 @@ GtkFileChooserWidget.vertical GtkPaned.horizontal {
.floating-bar {
background-image: linear-gradient(to bottom,
+
@theme_bg_color 20%,
shade(@theme_bg_color, 0.95));
background-color: @theme_bg_color;
diff --git a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
index 119257d1..0be65f68 100644
--- a/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
+++ b/desktop-themes/Green-Submarine/gtk-3.0/mate-applications.css
@@ -683,6 +683,11 @@ MatePanelApplet GtkToggleButton.button {
box-shadow: none;
}
+/* workaround to avoid unwanted black frames if switching compositor on/off */
+.mate-panel-menu-bar .window-frame.csd.popup {
+ box-shadow: none;
+}
+
/* dictionary applet */
GdictApplet .entry {
/* normal panel */