mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 01:17:04 +03:00
Improved dark mode
This commit is contained in:
parent
cec3581626
commit
11823c280d
8 changed files with 23 additions and 15 deletions
|
|
@ -4,10 +4,7 @@
|
|||
<div class="control-group">
|
||||
<label class="control-label" data-i18n="SETTINGS_GENERAL/LABEL_IDENTITY"></label>
|
||||
<div class="controls">
|
||||
<div style="display: inline-block; margin-top: 5px">
|
||||
<b data-bind="click: editMainIdentity, text: identityMainDesc"
|
||||
style="border-bottom: 1px dashed #555; cursor: pointer; padding: 2px 0px;"></b>
|
||||
</div>
|
||||
<b class="editMainIdentity" data-bind="click: editMainIdentity, text: identityMainDesc"></b>
|
||||
</div>
|
||||
</div>
|
||||
<div class="control-group" data-bind="visible: allowLanguagesOnSettings">
|
||||
|
|
|
|||
|
|
@ -148,8 +148,19 @@
|
|||
color: #000;
|
||||
}
|
||||
|
||||
.select, select {
|
||||
background: #000 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>") right center/1em no-repeat border-box;
|
||||
input, textarea, .select, select, .emailaddresses {
|
||||
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>");
|
||||
}
|
||||
|
||||
hr {
|
||||
border-color: #666;
|
||||
}
|
||||
|
||||
.b-settings-general .editMainIdentity {
|
||||
border-color: #999;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue