Adwaita: widget edge for level bars

This commit is contained in:
Lapo Calamandrei
2014-07-19 09:02:07 +02:00
parent ea9026e3a0
commit 27f24a1732
3 changed files with 5 additions and 2 deletions

View File

@ -1874,6 +1874,7 @@ GtkProgressBar.trough {
GtkLevelBar {
-GtkLevelBar-min-block-width: 34;
-GtkLevelBar-min-block-height: 3;
box-shadow: $widget_edge; // needs to be set here to avoid clipping
}
GtkLevelBar.vertical {

View File

@ -2373,7 +2373,8 @@ GtkProgressBar.trough {
*************/
GtkLevelBar {
-GtkLevelBar-min-block-width: 34;
-GtkLevelBar-min-block-height: 3; }
-GtkLevelBar-min-block-height: 3;
box-shadow: 0 1px rgba(238, 238, 236, 0.1); }
GtkLevelBar.vertical {
-GtkLevelBar-min-block-width: 3;

View File

@ -2364,7 +2364,8 @@ GtkProgressBar.trough {
*************/
GtkLevelBar {
-GtkLevelBar-min-block-width: 34;
-GtkLevelBar-min-block-height: 3; }
-GtkLevelBar-min-block-height: 3;
box-shadow: 0 1px white; }
GtkLevelBar.vertical {
-GtkLevelBar-min-block-width: 3;