mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 15:37:03 +03:00
WIP: Added attachmentListSimple for #672
This is not optional yet and off.
This commit is contained in:
parent
4a0a6c80fc
commit
58e9ebc37b
4 changed files with 35 additions and 5 deletions
|
|
@ -120,3 +120,22 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
.attachmentListSimple {
|
||||
margin: 0;
|
||||
|
||||
.attachmentItem {
|
||||
min-height: 1em;
|
||||
border: 1px solid var(--border-color);
|
||||
padding: 0 2px;
|
||||
}
|
||||
|
||||
.attachmentName {
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.checkboxAttachment {
|
||||
position: initial;
|
||||
margin-left:.5em;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue