mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-10-07 19:57:56 +08:00
fix(win): fix minor styling for buttons on windows
This commit is contained in:
parent
1dae837828
commit
c79e60cd57
1 changed files with 4 additions and 2 deletions
|
@ -129,12 +129,14 @@ body.platform-win32 {
|
|||
.windows-btn-bg;
|
||||
.windows-btn-border;
|
||||
border-radius: 0;
|
||||
box-shadow: -1px 0 0 2px fade(@border-color-divider, 80%);
|
||||
position: relative;
|
||||
left: -1px;
|
||||
}
|
||||
.secondary-picker {
|
||||
.windows-btn-bg;
|
||||
.windows-btn-border;
|
||||
box-shadow: 1px 0 0 2px fade(@border-color-divider, 80%);
|
||||
position: relative;
|
||||
right: -1px;
|
||||
}
|
||||
.secondary-picker,
|
||||
.secondary-items {
|
||||
|
|
Loading…
Add table
Reference in a new issue