feat: gtk csd no shadow

This commit is contained in:
Piyush Raj Mishra 2026-02-05 15:35:03 +05:30
parent 30f07c077d
commit dd16033f95
1 changed files with 11 additions and 0 deletions

11
gtk-3.0/gtk.css Normal file
View File

@ -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; }