gtk-theme-clearcodes

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

commit
bc2de6ffe6a215e37c132c616e9e9d3655b959ca
parent
32187de5efba850e8265486c93a4911d0e016dc5
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-12-31 11:56
refactor scale

Diffstat

M gtk-3.0/widgets/scale.css 10 +++++++---

1 files changed, 7 insertions, 3 deletions


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

@@ -1,8 +1,12 @@
    1    -1 scale {
    2    -1     padding: 8px;
   -1     1 scale:not(.vertical) {
   -1     2     padding: 8px 0;
    3     3 }
   -1     4 scale.vertical {
   -1     5     padding: 0 8px;
   -1     6 }
   -1     7 
    4     8 
    5    -1 scale contents {
   -1     9 scale trough {
    6    10     border-width: 1px;
    7    11     background: @base_color;
    8    12 }