Adwaita: added back progressbar.osd style

This commit is contained in:
Lapo Calamandrei 2015-12-04 19:04:17 +01:00
parent c64452c29d
commit 5cb06a30a0
3 changed files with 35 additions and 0 deletions

View File

@ -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;
}
}
}
/*************

View File

@ -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 *

View File

@ -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 *