gtk-theme-clearcodes

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

commit
eb6cc53d19567fa9a0943f23b1a4ea098124cc46
parent
fff54032c14cd47cd4c3fcc31867a9fc1fab9d69
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-05-23 05:39
gtk4: add button separator margin

Diffstat

M gtk-4.0/gtk.css 4 ++++

1 files changed, 4 insertions, 0 deletions


diff --git a/gtk-4.0/gtk.css b/gtk-4.0/gtk.css

@@ -25,3 +25,7 @@ frame {
   25    25 statusbar {
   26    26     padding: 0.5em;
   27    27 }
   -1    28 
   -1    29 button separator {
   -1    30     margin: 0 0.5em;
   -1    31 }