diff --git a/static/workspace.less b/static/workspace.less index 36c6a3e59..b4b325a91 100644 --- a/static/workspace.less +++ b/static/workspace.less @@ -159,8 +159,7 @@ body.is-blurred { } .sheet-toolbar-container { - background-image: -webkit-linear-gradient(top, lighten(@toolbar-background-color, 9%), @toolbar-background-color); - box-shadow: inset 0 1px 0 lighten(@toolbar-background-color, 10%); + background-image: -webkit-linear-gradient(lighten(@toolbar-background-color, 10%) 0%, lighten(@toolbar-background-color, 10%) 1.9%, lighten(@toolbar-background-color, 9%) 2%, @toolbar-background-color 100%); color:@text-color-heading; }