mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-25 00:25:03 +08:00
This should not be considered final, but we do plan to shrink the size of the entire UI slightly to match platform conventions.
12 lines
210 B
Text
12 lines
210 B
Text
.windows-btn-bg {
|
|
transition: background 300ms;
|
|
background: transparent;
|
|
border-radius: 0;
|
|
&:hover {
|
|
background: #e5e5e5;
|
|
}
|
|
}
|
|
.windows-btn-border {
|
|
border: 0;
|
|
box-shadow: 0 0 0 2px #e5e5e5;
|
|
}
|