gtk-theme-clearcodes

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

commit
11e16fc5558b6c7bf48de6969b1b350bfccdc1b5
parent
84c7f41bb48537b106666975ed3e407ae0db5300
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-07-15 09:40
implement levelbar

Diffstat

M gtk-3.0/widgets/progress_bar.css 19 +++++++++++++++++--

1 files changed, 17 insertions, 2 deletions


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

@@ -1,6 +1,7 @@
    1     1 progressbar trough,
    2     2 treeview .trough,
    3    -1 treeview .trough:selected {
   -1     3 treeview .trough:selected,
   -1     4 levelbar trough {
    4     5     border-width: 1px;
    5     6     background-color: @base_color;
    6     7     color: @text_color;
@@ -9,7 +10,8 @@ treeview .trough:selected {
    9    10 progressbar progress,
   10    11 progressbar progress:disabled,
   11    12 treeview .progressbar,
   12    -1 treeview .progressbar:disabled {
   -1    13 treeview .progressbar:disabled,
   -1    14 levelbar block.filled {
   13    15     background: @selected_bg_color;
   14    16     color: @selected_fg_color;
   15    17 }
@@ -17,3 +19,16 @@ treeview .progressbar:disabled {
   17    19 entry progress {
   18    20     border-bottom: 2px solid @selected_bg_color;
   19    21 }
   -1    22 
   -1    23 levelbar.horizontal block {
   -1    24     min-height: 0.5em;
   -1    25 }
   -1    26 levelbar.vertical block {
   -1    27     min-width: 0.5em;
   -1    28 }
   -1    29 levelbar.discrete.horizontal block:not(:first-child) {
   -1    30     border-left-width: 1px;
   -1    31 }
   -1    32 levelbar.discrete.vertical block:not(:first-child) {
   -1    33     border-top-width: 1px;
   -1    34 }