mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-06 08:08:10 +08:00
💄(workspace): Fix #1482
This commit is contained in:
parent
1202facb1a
commit
1cb8108c31
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue