mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-11-12 09:20:51 +08:00
fix(win32-styling): Buttons, popovers have hard corners on windows
This commit is contained in:
parent
4bdbba4b67
commit
aa048ec07c
3 changed files with 28 additions and 0 deletions
|
|
@ -108,3 +108,15 @@
|
||||||
background-color: @text-color;
|
background-color: @text-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.platform-win32 {
|
||||||
|
.button-dropdown {
|
||||||
|
.primary-item {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
.secondary-picker,
|
||||||
|
.secondary-items {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -41,3 +41,15 @@
|
||||||
background-color: @background-color;
|
background-color: @background-color;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.platform-win32 {
|
||||||
|
.popover {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
.menu {
|
||||||
|
.header-container,
|
||||||
|
.footer-container {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
||||||
|
|
@ -336,6 +336,10 @@ body.platform-win32 {
|
||||||
order: -101;
|
order: -101;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn {
|
||||||
|
border-radius: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.flexbox-handle-vertical {
|
.flexbox-handle-vertical {
|
||||||
cursor:ns-resize;
|
cursor:ns-resize;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue