Mailspring/static/mixins/windows.less
Evan Morikawa 2500e52179 feat(windows): improve UI for Windows
Remove rounded corners and gradients
2015-10-21 20:32:33 -07:00

13 lines
214 B
Plaintext

.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;
}