gtk-theme-clearcodes

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

commit
4895be3f9858fec6b04c7417cfa72977aa5d22cc
parent
6004531e57421c22dd156361f9a9b090df14508b
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-05-23 04:28
add border to stacksidebar

Diffstat

M gtk-3.0/widgets/list.css 4 ++++

1 files changed, 4 insertions, 0 deletions


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

@@ -19,3 +19,7 @@ row {
   19    19 .sidebar-icon {
   20    20     margin-right: 0.5em;
   21    21 }
   -1    22 
   -1    23 stacksidebar .frame {
   -1    24     border-right-width: 1px;
   -1    25 }