/* Siftware Mail on Elastic 1.7. Ink #0F1419, Paper #F5F4F0, accent #3E8E7E
   (the spare app colour in nextcloud/brand/make-assets.py). Logos have Paper text,
   so every surface they sit on is Ink. */

body.task-login {
    background-color: #0F1419;
}
body.task-login #layout-content {
    background-color: transparent;
}
body.task-login #login-footer {
    color: #F5F4F0;
}

#layout-menu,
#layout-menu .popover-header {
    background-color: #0F1419 !important;
}
#taskmenu a.selected,
#taskmenu a:hover {
    background-color: #1C252C !important;
}
#taskmenu a.compose,
#taskmenu a.compose:hover {
    color: #3E8E7E !important;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled):active {
    background-color: #3E8E7E !important;
    border-color: #3E8E7E !important;
}

.listing li.selected,
.records-table tr.selected td {
    background-color: rgba(62, 142, 126, 0.14) !important;
}
