gtk-theme-clearcodes

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

commit
ee5916f61b849318bbcee1fc63bb4837cfbb10ee
parent
255f9e60af904544af00d88aa4bfd639b7125421
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2023-01-06 08:46
more padding for toolbars

Diffstat

M gtk-3.0/widgets/menu.css 7 +++----

1 files changed, 3 insertions, 4 deletions


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

@@ -6,17 +6,16 @@ placessidebar list {
    6     6     color: @fg_color;
    7     7 }
    8     8 
    9    -1 toolbar {
   10    -1     padding: 1px;
   -1     9 toolbar,
   -1    10 actionbar {
   -1    11     padding: 0.5em;
   11    12 }
   12    13 
   13    14 actionbar {
   14    -1     padding: 0.5em;
   15    15     border-top-width: 1px;
   16    16 }
   17    17 
   18    18 .inline-toolbar {
   19    -1     padding: 0.5em;
   20    19     border-width: 0 1px 1px;
   21    20 }
   22    21