mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-12 04:25:31 +08:00
11 lines
205 B
Text
11 lines
205 B
Text
@import 'ui-variables';
|
|
|
|
.btn-toolbar.mode-toggle {
|
|
z-index: 1000;
|
|
position: relative;
|
|
}
|
|
.btn-toolbar.mode-toggle.mode-false {
|
|
img.content-mask {
|
|
background-color: @component-active-color;
|
|
}
|
|
}
|