gtk-theme-clearcodes

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

commit
38e60405e3b9ee51ecae2d03e6350ec4140a1b45
parent
6167f9818cd11956484d0222670743f79cb1dbf1
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-06-03 07:39
gtk4: fix missing border around dialogs

Diffstat

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

1 files changed, 1 insertions, 0 deletions


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

@@ -15,6 +15,7 @@ searchbar {
   15    15     border-bottom-width: 1px;
   16    16 }
   17    17 
   -1    18 .dialog.csd,
   18    19 .csd decoration {
   19    20     border-width: 1px;
   20    21 }