gtk-theme-clearcodes

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

commit
b6b171f4aa89696d661ec71fc37821fcca5f1c18
parent
0471af44e3d65b91f475044b4ad8902999c33291
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-06-01 22:32
consistent border-radius

Diffstat

M gtk-3.0/widgets/list.css 2 +-
M gtk-3.0/widgets/popover.css 2 +-

2 files changed, 2 insertions, 2 deletions


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

@@ -5,7 +5,7 @@ list {
    5     5 
    6     6 list.content {
    7     7     border-width: 1px;
    8    -1     border-radius: 0.3em;
   -1     8     border-radius: 3px;
    9     9 }
   10    10 
   11    11 list.content row:not(:last-child),

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

@@ -11,7 +11,7 @@ popover modelbutton {
   11    11     color: inherit;
   12    12     border-width: 1px;
   13    13     border-color: transparent;
   14    -1     border-radius: 0.3em;
   -1    14     border-radius: 3px;
   15    15     padding: 0.3em;
   16    16 }
   17    17 popover modelbutton:hover {