roundcube_themes/styles/_dark.less

35 lines
816 B
Plaintext

// Darkbeet modifications based on elastic skin
@import "_darkc";
html.dark-mode {
.tox {
.tox-edit-area__iframe {
background-color: @color-dark-popover-background;
color: white;
}
.mce-content-body {
color: white;
}
}
#taskmenu {
a {
&.selected {
color: white;
background-color: @color-dark-list-selected-background;
}
}
.action-buttons a {
color: white;
}
}
.menu
a.compose::before {
color: white;
}
#layout > div > .header,
#layout-menu {
background-color: @color-dark-popover-background;
border: unset;
}
}