Skip to content

Commit ab2f20b

Browse files
authored
Add support for progressbar.osd (#490)
1 parent 0ee1aa6 commit ab2f20b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

elementary/gtk-3.0/gtk-widgets.css

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,27 @@ entry progress:not(.pulse) {
575575
border-right: 0;
576576
}
577577

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+
progressbar.osd trough {
596+
background: none;
597+
}
598+
578599
/************
579600
* Level Bar *
580601
************/

0 commit comments

Comments
 (0)