Skip to content

Commit

Permalink
Style "widgets" with .progressbar and .trough style classes
Browse files Browse the repository at this point in the history
  • Loading branch information
thesquash committed Mar 19, 2022
1 parent ae166ad commit 6ed6954
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions themes/Raleigh/gtk-3.0/widgets/progress-bars.css
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
/* Progress bars */

progressbar.horizontal trough,
progressbar.horizontal progress
progressbar.horizontal progress,
.trough.horizontal,
.progressbar.horizontal
{
min-height: 24px;
}

progressbar.vertical trough,
progressbar.vertical progress
progressbar.vertical progress,
.trough.vertical,
.progressbar.vertical
{
min-width: 24px;
}

progressbar trough,
levelbar trough
levelbar trough,
.trough
{
background-color: @color_3;
border-width: 1px;
Expand All @@ -22,7 +27,8 @@ levelbar trough
}

progressbar > trough:not(.empty) > progress,
levelbar progress:not(.empty)
levelbar progress:not(.empty),
.progressbar
{
background-color: @selected_bg_color;
border-image-source: url('../../gtk-assets/common/borders/progress-border.png');
Expand Down

0 comments on commit 6ed6954

Please sign in to comment.