mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
Implement remove attachments.
This commit is contained in:
@@ -326,6 +326,22 @@ div[contenteditable="true"] {
|
||||
background-color: rgba(210, 210, 210, .5);
|
||||
}
|
||||
|
||||
.attach-remove {
|
||||
position: absolute;
|
||||
bottom: 8px;
|
||||
right: 8px;
|
||||
padding: 12px;
|
||||
background-color: rgba(210, 210, 210, .4);
|
||||
opacity: 0.54;
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
.attach-remove:hover {
|
||||
cursor: pointer;
|
||||
background-color: rgba(210, 210, 210, .5);
|
||||
opacity: 0.87;
|
||||
}
|
||||
|
||||
.note-body {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user