mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
chore: Improve simple attachment list
This commit is contained in:
parent
2c3766f4d5
commit
c7991c91b7
1 changed files with 5 additions and 0 deletions
|
|
@ -917,6 +917,7 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
|
||||||
background-color: var(--color-background-dark);
|
background-color: var(--color-background-dark);
|
||||||
border-radius: var(--border-radius);
|
border-radius: var(--border-radius);
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
|
padding: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#rl-app #messageItem .attachmentsPlace .attachmentItem:hover,
|
#rl-app #messageItem .attachmentsPlace .attachmentItem:hover,
|
||||||
|
|
@ -949,6 +950,10 @@ html:not(.rl-mobile):not(.rl-no-preview-pane) #rl-app .messageView .top-toolbar
|
||||||
color: var(--color-main-text);
|
color: var(--color-main-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#rl-app #messageItem .attachmentListSimple .attachmentName {
|
||||||
|
margin: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* message flags
|
* message flags
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue