feat: gtk csd no shadow
This commit is contained in:
parent
30f07c077d
commit
dd16033f95
|
|
@ -0,0 +1,11 @@
|
||||||
|
@import 'colors.css';
|
||||||
|
|
||||||
|
window-frame, .window-frame:backdrop { box-shadow: 0 0 0 black; border-style: none; margin: 0px; border-radius: 0; box-shadow: none; }
|
||||||
|
|
||||||
|
.popover, .popover.background { box-shadow: none; }
|
||||||
|
|
||||||
|
decoration { box-shadow: none; margin: 0px; }
|
||||||
|
|
||||||
|
.csd.popup { box-shadow: none; }
|
||||||
|
|
||||||
|
tooltip { margin: 0px; border-radius: 0px; box-shadow: none; }
|
||||||
Loading…
Reference in New Issue