gtk-theme-clearcodes

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

commit
0b0684325b3926fc2bfdc87dec4604eac40b565e
parent
cec3bb5cb39edadcc909c8a0110ad9258e0f7579
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2026-05-15 08:58
image-text-button: add gap

Diffstat

M gtk-3.0/shared/widgets/button.css 4 ++++

1 files changed, 4 insertions, 0 deletions


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

@@ -182,3 +182,7 @@ button separator {
  182   182     min-width: 1px;
  183   183     background-color: @border_color;
  184   184 }
   -1   185 
   -1   186 .image-text-button image {
   -1   187     margin-right: 0.5em;
   -1   188 }