gtk-theme-clearcodes

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

commit
a53f8a0d2f856aa67b37336cc2092c0c5428e39c
parent
0f643fffa0bd03cf64b53aa2bf69bf7ecc2b12cc
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-05-23 04:17
align entry padding with button 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

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