Adwaita: added back progressbar.osd style
This commit is contained in:
parent
c64452c29d
commit
5cb06a30a0
@ -2390,6 +2390,21 @@ progressbar {
|
||||
}
|
||||
|
||||
&:backdrop progress { @extend %scale_highlight:backdrop; } // states not passed here as well
|
||||
|
||||
&.osd {
|
||||
-GtkProgressBar-min-horizontal-bar-height: 3;
|
||||
trough {
|
||||
border-style: none;
|
||||
border-raduys: 0;
|
||||
background-color: transparent;
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
progress {
|
||||
border-style: none;
|
||||
border-radius: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/*************
|
||||
|
@ -3311,6 +3311,16 @@ progressbar {
|
||||
progressbar progress.bottom {
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px; }
|
||||
progressbar.osd {
|
||||
-GtkProgressBar-min-horizontal-bar-height: 3; }
|
||||
progressbar.osd trough {
|
||||
border-style: none;
|
||||
border-raduys: 0;
|
||||
background-color: transparent;
|
||||
box-shadow: none; }
|
||||
progressbar.osd progress {
|
||||
border-style: none;
|
||||
border-radius: 0; }
|
||||
|
||||
/*************
|
||||
* Level Bar *
|
||||
|
@ -3473,6 +3473,16 @@ progressbar {
|
||||
progressbar progress.bottom {
|
||||
border-bottom-right-radius: 3px;
|
||||
border-bottom-left-radius: 3px; }
|
||||
progressbar.osd {
|
||||
-GtkProgressBar-min-horizontal-bar-height: 3; }
|
||||
progressbar.osd trough {
|
||||
border-style: none;
|
||||
border-raduys: 0;
|
||||
background-color: transparent;
|
||||
box-shadow: none; }
|
||||
progressbar.osd progress {
|
||||
border-style: none;
|
||||
border-radius: 0; }
|
||||
|
||||
/*************
|
||||
* Level Bar *
|
||||
|
Loading…
Reference in New Issue
Block a user