gtk-theme-clearcodes

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

commit
0eacf8c62f3705da191ee3969a830162603e4ffb
parent
4895be3f9858fec6b04c7417cfa72977aa5d22cc
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-05-23 05:39
show button separator

Diffstat

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

1 files changed, 5 insertions, 0 deletions


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

@@ -185,3 +185,8 @@ switch image,
  185   185 switch image:disabled:disabled {
  186   186     color: transparent;
  187   187 }
   -1   188 
   -1   189 button separator {
   -1   190     min-width: 1px;
   -1   191     background-color: @border_color;
   -1   192 }