Adwaita: widget edge for level bars
This commit is contained in:
@ -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 {
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user