mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-04 07:10:06 +08:00
tweak(win32): Make the window toolbar white on windows
This commit is contained in:
parent
59af9d61a0
commit
42d397fa76
1 changed files with 26 additions and 6 deletions
|
@ -122,12 +122,6 @@ atom-workspace {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
body.platform-win32, body.platform-linux {
|
|
||||||
.toolbar-window-controls {
|
|
||||||
display:none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
body.is-blurred {
|
body.is-blurred {
|
||||||
.toolbar-window-controls {
|
.toolbar-window-controls {
|
||||||
button {
|
button {
|
||||||
|
@ -312,6 +306,9 @@ body.is-blurred {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
// WINDOWS
|
||||||
|
|
||||||
body.platform-win32 {
|
body.platform-win32 {
|
||||||
.flexbox-handle-vertical {
|
.flexbox-handle-vertical {
|
||||||
cursor:ns-resize;
|
cursor:ns-resize;
|
||||||
|
@ -319,4 +316,27 @@ body.platform-win32 {
|
||||||
.flexbox-handle-horizontal {
|
.flexbox-handle-horizontal {
|
||||||
cursor:ew-resize;
|
cursor:ew-resize;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.toolbar-window-controls {
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sheet-toolbar-container {
|
||||||
|
background-image: none;
|
||||||
|
background: @background-primary;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
body.platform-win32.is-blurred {
|
||||||
|
.sheet-toolbar-container {
|
||||||
|
background-image: none;
|
||||||
|
background: @background-primary;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// LINUX
|
||||||
|
|
||||||
|
body.platform-linux {
|
||||||
|
.toolbar-window-controls {
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue