gtk-theme-clearcodes

gtk3 theme with a focus on code simplicity
git clone https://git.ce9e.org/gtk-theme-clearcodes.git

commit
e20bb12d793439d06d490cc431beb696a12cbdc5
parent
a8db3f5cb0628d2f9d682c357160981d15870943
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-08-17 09:11
add popover shadow

Diffstat

M gtk-3.0/widgets/popover.css 1 +

1 files changed, 1 insertions, 0 deletions


diff --git a/gtk-3.0/widgets/popover.css b/gtk-3.0/widgets/popover.css

@@ -4,6 +4,7 @@ toolbar.osd {
    4     4     color: @text_color;
    5     5     border-radius: 3px;
    6     6     border-width: 1px;
   -1     7     box-shadow: 0 0 0.3em @shadow_color;
    7     8 }
    8     9 
    9    10 popover modelbutton {