* ssd unity/compiz fix.

pull/379/head
Megax 2016-04-23 16:06:43 +02:00
parent aa2c9936eb
commit 2a27a4646d
1 changed files with 2 additions and 1 deletions

View File

@ -23,7 +23,8 @@
// this needs to be transparent
// see bug #722563
// server-side decorations as used by mutter
.ssd & { box-shadow: 0 0 0 1px $wm_border_focused; } //just doing borders, wm draws actual shadows
//.ssd & { box-shadow: 0 0 0 1px $wm_border_focused; } //just doing borders, wm draws actual shadows
.ssd & { box-shadow: 0 0 0 1px transparent; } //just doing borders, wm draws actual shadows
.solid-csd & {
border-radius: 0;