Mailspring/internal_packages/mode-switch/stylesheets/mode-switch.less
Ben Gotow 5fbd881304 feat(theming): Definitely not hacker mode. I don't know what you're talking about.
Summary: Add docs for new RetinaImg modes

Test Plan: Not much to test, except that it looks good!

Reviewers: evan

Reviewed By: evan

Differential Revision: https://phab.nylas.com/D1595
2015-06-05 11:40:44 -07:00

14 lines
252 B
Text

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