gtk-theme-clearcodes

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

commit
121cabec2e919bcbdb578a055e8cfc52aeabb99f
parent
4f7217df4b88aae23efb0eed8bef1ba14a023ea0
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-12-30 09:38
add styling for content lists (libhandy)

Diffstat

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

1 files changed, 6 insertions, 0 deletions


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

@@ -3,6 +3,12 @@ list {
    3     3     color: @text_color;
    4     4 }
    5     5 
   -1     6 list.content {
   -1     7     border-width: 1px;
   -1     8     border-radius: 0.3em;
   -1     9 }
   -1    10 
   -1    11 list.content row:not(:last-child),
    6    12 list separator {
    7    13     border-bottom: 1px solid @border_color;
    8    14 }