summaryrefslogtreecommitdiff
path: root/desktop-themes/BlackMATE
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2015-10-05 17:33:32 +0200
committerraveit65 <[email protected]>2015-10-05 17:34:52 +0200
commit1be26e7338b8b652e4513ee2ad40517bb9098a36 (patch)
tree6971c486fdf41b09fd2f13b775d73a83a1312f42 /desktop-themes/BlackMATE
parente5fe3254149e667c9f09ea9824965806ec092152 (diff)
downloadmate-themes-1be26e7338b8b652e4513ee2ad40517bb9098a36.tar.bz2
mate-themes-1be26e7338b8b652e4513ee2ad40517bb9098a36.tar.xz
GTK all themes: workaround to avoid unwanted black frames if switching compositor on/off
Diffstat (limited to 'desktop-themes/BlackMATE')
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css13
-rw-r--r--desktop-themes/BlackMATE/gtk-3.0/mate-applications.css5
2 files changed, 15 insertions, 3 deletions
diff --git a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
index a686d838..26ba7864 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/gtk-widgets.css
@@ -2512,7 +2512,12 @@ GtkPopover .separator {
color: #747473;
}
-.window-frame {
+/* workaround to avoid unwanted black frames if switching compositor on/off */
+.background .window-frame {
+ box-shadow: none;
+}
+
+.background.csd .window-frame {
border-radius: 7px 7px 0px 0px;
border-width: 0px;
box-shadow: 0 0 0 2px @wm_csd_border_color, 0 2px 8px 3px @wm_shadow;
@@ -2525,8 +2530,10 @@ GtkPopover .separator {
background-color: @theme_bg_color;
}
+/* workaround to avoid unwanted black frames if switching compositor on/off */
.window-frame:backdrop {
- box-shadow: 0 0 0 2px shade(@wm_border,1.1), 0 2px 5px 1px @wm_shadow;
+/* box-shadow: 0 0 0 2px shade(@wm_border,1.1), 0 2px 5px 1px @wm_shadow;*/
+ box-shadow: none;
}
.window-frame.ssd {
@@ -2544,7 +2551,7 @@ GtkPopover .separator {
.window-frame.csd.popup {
border-radius: 0;
- box-shadow: 0 1px 5px @wm_shadow;
+ box-shadow: none;
}
.window-frame.csd.tooltip {
diff --git a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
index 75d71215..fdfa78a7 100644
--- a/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
+++ b/desktop-themes/BlackMATE/gtk-3.0/mate-applications.css
@@ -301,6 +301,11 @@ CajaQueryEditor .toolbar .entry:focus {
text-shadow: none;
}
+/* workaround to avoid unwanted black frames if switching compositor on/off */
+.mate-panel-menu-bar .window-frame.csd.popup {
+ box-shadow: none;
+}
+
/* first make all transparent */
WnckSelector.menubar,
PanelMenuBar.menubar,