Mailspring/internal_packages/mode-switch/stylesheets/mode-switch.less
Ben Gotow 8a8170eb0e 🎨: Smaller buttons, smaller toolbar, smaller text
This should not be considered final, but we do plan to shrink the size of the entire UI slightly to match platform conventions.
2016-02-09 19:45:24 -08:00

15 lines
282 B
Plaintext

@import 'ui-variables';
.btn-toolbar.mode-toggle {
z-index: 1000;
position: relative;
img.content-mask {
background-color: @text-color-subtle;
}
}
.btn-toolbar.mode-toggle.mode-false {
img.content-mask {
background-color: @component-active-color;
}
}