Mailspring/internal_packages/mode-switch/stylesheets/mode-switch.less
Ben Gotow a9d6795347 fix(SDW): Styling of various controls and buttons. See description
- Message reply dropdown uses new images. Fixes T2355
- New hover actions which are darker. Fixes T2358
- New reply icon in the message footer. Fixes T2359
- Toolbar buttons are the correct height. Fixes T2360
- Thread list selection state changes mail label style
- Removed dead assets
2015-07-21 13:53:06 -07:00

16 lines
273 B
Plaintext

@import 'ui-variables';
.mode-toggle {
z-index: 1000;
position: relative;
padding-top:4px;
.content-mask {
background-color: @text-color-subtle;
}
}
.mode-toggle.mode-split {
.content-mask {
background-color: @component-active-color;
}
}