mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-13 21:24:58 +08:00
b76fd0e578
Remove rounded corners and gradients
12 lines
214 B
Text
12 lines
214 B
Text
.windows-btn-bg {
|
|
transition: background 300ms;
|
|
background: transparent;
|
|
border-radius: 0;
|
|
&:hover {
|
|
background: #e5e5e5;
|
|
}
|
|
}
|
|
.windows-btn-border {
|
|
border: 2px solid #e5e5e5;
|
|
box-shadow: 0 0 0;
|
|
}
|