mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 09:27:03 +03:00
Resolve #538
This commit is contained in:
parent
e623351d24
commit
23bbd10b9a
5 changed files with 25 additions and 29 deletions
|
|
@ -60,8 +60,8 @@
|
|||
}
|
||||
|
||||
.thm-message-list-top-toolbar, .thm-message-list-bottom-toolbar {
|
||||
background-image: linear-gradient(to bottom,#444,#111) !important;
|
||||
background-repeat: repeat-x !important;
|
||||
background-image: linear-gradient(to bottom,#444,#111) !important;
|
||||
background-repeat: repeat-x !important;
|
||||
color: var(--main-color);
|
||||
}
|
||||
|
||||
|
|
@ -77,8 +77,8 @@
|
|||
box-shadow: inset 0 2px 4px rgba(255,255,255,.5), 0 1px 2px rgba(255,255,255,.25);
|
||||
}
|
||||
.btn .icon-spinner {
|
||||
border-color: #333;
|
||||
border-top-color: #ccc;
|
||||
border-color: #333;
|
||||
border-top-color: #ccc;
|
||||
}
|
||||
.btn .caret {
|
||||
border-top-color: var(--main-color);
|
||||
|
|
@ -124,7 +124,7 @@
|
|||
|
||||
.messageListItem {
|
||||
border-left-color: #111;
|
||||
color: #EEE;
|
||||
color: #EEE;
|
||||
}
|
||||
|
||||
.table-hover tbody tr:hover td,
|
||||
|
|
@ -150,12 +150,12 @@
|
|||
}
|
||||
|
||||
input, textarea, .select, select, .emailaddresses {
|
||||
background-color: #000;
|
||||
border-color: #aaa;
|
||||
color: #fff;
|
||||
background-color: #000;
|
||||
border-color: #aaa;
|
||||
color: #fff;
|
||||
}
|
||||
.select, select {
|
||||
background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' height='10px' width='15px'><text x='0' y='10' fill='rgb(255,255,255)'>▾</text></svg>");
|
||||
background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' height='10px' width='15px'><text x='0' y='10' fill='rgb(255,255,255)'>▾</text></svg>");
|
||||
}
|
||||
|
||||
hr {
|
||||
|
|
@ -164,5 +164,5 @@ hr {
|
|||
|
||||
#messageItem .b-text-part blockquote,
|
||||
.b-settings-general .editMainIdentity {
|
||||
border-color: #999;
|
||||
border-color: #999;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue