Get dotted line around attachment brighter

This commit is contained in:
meaz 2023-03-08 16:26:49 +01:00
parent 7e4119042a
commit df2bfd991a
Signed by: meaz
GPG Key ID: CD7A47B2F1ED43B4
2 changed files with 7 additions and 2 deletions

View File

@ -39,5 +39,10 @@ html.dark-mode {
.recipient-input.focus {
border-color: #911648 !important;
}
}
// Get dotted line around attachment brighter
.file-upload {
border: .2rem dashed @color-main;
}
}

File diff suppressed because one or more lines are too long