gtk-theme-clearcodes

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

commit
1094c6ce6832825786eece8fdf7c6ad58153a031
parent
28d5c51de73d4c3972afa8f8b5f3f02976e29f25
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-08-17 09:02
increase entry horizontal padding

Diffstat

M gtk-3.0/shared.css 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/gtk-3.0/shared.css b/gtk-3.0/shared.css

@@ -33,7 +33,7 @@ selection,
   33    33 
   34    34 spinbutton text,
   35    35 entry {
   36    -1     padding: 0.5em;
   -1    36     padding: 0.5em 0.75em;
   37    37     border-width: 1px;
   38    38     border-radius: 3px;
   39    39     background-color: @base_color;