We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ee1aa6 commit ab2f20bCopy full SHA for ab2f20b
elementary/gtk-3.0/gtk-widgets.css
@@ -575,6 +575,27 @@ entry progress:not(.pulse) {
575
border-right: 0;
576
}
577
578
+progressbar.osd progress,
579
+progressbar.osd trough {
580
+ border: none;
581
+ box-shadow: none;
582
+ min-height: 2px;
583
+ min-width: 2px;
584
+}
585
+
586
+progressbar.osd progress {
587
+ background: @colorAccent;
588
+ border-radius: 99px;
589
590
591
+progressbar.osd.horizontal progress {
592
+ margin: 0 -1px;
593
594
595
596
+ background: none;
597
598
599
/************
600
* Level Bar *
601
************/
0 commit comments