💄(workspace): Fix #1482

This commit is contained in:
Ben Gotow 2016-03-09 14:09:03 -08:00
parent 1202facb1a
commit 1cb8108c31

View file

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