gtk-theme-clearcodes

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

commit
206f127ffbfcaa0882cf0ff7e2f446b66ce79cb9
parent
1094c6ce6832825786eece8fdf7c6ad58153a031
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-08-17 09:05
tweak spinbutton padding

Diffstat

M gtk-3.0/widgets/button.css 6 +++---

1 files changed, 3 insertions, 3 deletions


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

@@ -124,16 +124,16 @@ spinbutton {
  124   124 }
  125   125 spinbutton text,
  126   126 spinbutton entry {
  127    -1     padding: 3px;
   -1   127     padding: 0.5em;
  128   128     border-width: 0;
  129   129 }
  130   130 spinbutton:not(.vertical) text,
  131   131 spinbutton:not(.vertical) entry {
  132    -1     min-width: 2.5em;
   -1   132     min-width: 1.5em;
  133   133 }
  134   134 spinbutton.vertical text,
  135   135 spinbutton.vertical entry {
  136    -1     min-height: 2.5em;
   -1   136     min-height: 1.5em;
  137   137 }
  138   138 spinbutton button {
  139   139     border-radius: 0;