Improve composer dark mode

This commit is contained in:
djmaze 2021-04-22 23:34:37 +02:00
parent 3572d00a10
commit 14a9f00c6e
3 changed files with 16 additions and 23 deletions

View file

@ -49,13 +49,13 @@
.thm-message-list-top-toolbar, .thm-message-list-bottom-toolbar {
background-image: linear-gradient(to bottom,#444,#111) !important;
background-repeat: repeat-x !important;
color: #fff;
color: var(--main-color);
}
.btn:not(.btn-success):not(.btn-warning):not(.btn-danger) {
border-color: rgba(255,255,255,.15) rgba(255,255,255,.15) rgba(255,255,255,.25);
box-shadow: inset 0 1px 0 rgba(0,0,0,.2), 0 1px 2px rgba(255,255,255,.05);
color: #fff;
color: var(--main-color);
text-shadow: 0 -1px 0 rgba(255,255,255,.25);
background-color: #000;
}
@ -68,7 +68,7 @@
border-top-color: #ccc;
}
.btn .caret {
border-top-color: #fff;
border-top-color: var(--main-color);
}
.messageList .b-message-list-wrapper {
@ -80,10 +80,11 @@
.b-settins-right .b-content,
.messageList .b-content,
.messageView .b-content,
.b-admin-right .b-content {
.b-admin-right .b-content,
.b-compose .b-attachment-place {
background-color: #000;
border-color: #555;
color: #fff;
color: var(--main-color);
}
.legend,
@ -95,13 +96,12 @@
.legend,
.b-compose .b-header .e-identity,
.messageView .messageItem {
color: #fff;
color: var(--main-color);
}
.b-compose .b-header,
.squire-toolbar {
.rl-mobile .squire-toolbar,
.b-compose .b-attachment-place.dragAndDropOver {
background-color: #222;
color: #fff;
}
.g-ui-link,
@ -137,7 +137,7 @@
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
color: #fff;
color: var(--main-color);
background-color: #000;
}