mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-03 13:59:12 +08:00
fix(ubuntu): Update theme, fix a few strange glitches
This commit is contained in:
parent
0c77f61838
commit
7e3ddba016
1 changed files with 23 additions and 2 deletions
|
@ -1,7 +1,5 @@
|
|||
@import "../../../static/variables/ui-variables";
|
||||
|
||||
@btn-default-bg-color: lighten(@toolbar-background-color,4%);
|
||||
|
||||
@accent-primary: #f07746;
|
||||
@accent-primary-dark: darken(#f07746, 1%);
|
||||
|
||||
|
@ -21,6 +19,15 @@
|
|||
.sheet-toolbar-container {
|
||||
background-image: -webkit-linear-gradient(top,@toolbar-background-color, darken(@toolbar-background-color,5%));
|
||||
box-shadow: none;
|
||||
.btn {
|
||||
background: lighten(@toolbar-background-color,4%);
|
||||
}
|
||||
.btn.btn-toolbar {
|
||||
color: @light;
|
||||
}
|
||||
.toolbar-activity .activity-toolbar-icon {
|
||||
background: @light;
|
||||
}
|
||||
}
|
||||
|
||||
.sheet-toolbar .item-back img.content-mask{
|
||||
|
@ -31,8 +38,22 @@
|
|||
color: @light;
|
||||
}
|
||||
|
||||
.sheet-toolbar .selection-bar {
|
||||
.absolute {
|
||||
border-color: lighten(@toolbar-background-color, 5%);
|
||||
background-color: darken(@toolbar-background-color, 8%);
|
||||
|
||||
.inner {
|
||||
.centered {
|
||||
color: @light;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.btn-icon img.content-mask {
|
||||
background-color:@light;
|
||||
color: @light;
|
||||
}
|
||||
|
||||
.btn-icon img.content-mask:hover {
|
||||
|
|
Loading…
Reference in a new issue