mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 11:39:21 +03:00
Improve dark mode for message attachments
This commit is contained in:
parent
a1f4daff3a
commit
ae3bab4b35
4 changed files with 9 additions and 15 deletions
|
|
@ -11,6 +11,7 @@
|
|||
line-height: 24px;
|
||||
border: 0;
|
||||
background-color: #fff;
|
||||
color: #333;
|
||||
|
||||
box-shadow: 0 1px 4px #ccc;
|
||||
box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
|
||||
|
|
@ -40,7 +41,7 @@
|
|||
|
||||
.attachmentSize {
|
||||
font-size: 12px;
|
||||
color: #999;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
&.error {
|
||||
|
|
@ -54,7 +55,6 @@
|
|||
position: absolute;
|
||||
height: 56px;
|
||||
width: 60px;
|
||||
background: none;
|
||||
text-align: center;
|
||||
|
||||
.iconProgress {
|
||||
|
|
@ -88,8 +88,6 @@
|
|||
|
||||
cursor: pointer;
|
||||
|
||||
color: #333;
|
||||
background: #fafafa;
|
||||
border-left: 1px solid #ddd;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -121,8 +121,7 @@ html.rl-no-preview-pane {
|
|||
left: 0;
|
||||
right: 0;
|
||||
padding: 0;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
overflow: auto;
|
||||
z-index: 101;
|
||||
scroll-behavior: smooth;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue