mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 07:37:18 +01:00
small design improvements
This commit is contained in:
@@ -70,6 +70,7 @@
|
||||
height:20px;
|
||||
min-width: 20px;
|
||||
border-radius:10px;
|
||||
border: 1px solid rgba(0, 0, 0, 0.2);
|
||||
}
|
||||
|
||||
.ciclle-toolbar:hover {
|
||||
@@ -118,6 +119,20 @@
|
||||
min-height: 20px;
|
||||
}
|
||||
|
||||
.note-options {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
/* show placeholder text for empty notes */
|
||||
div[data-placeholder]:empty::before {
|
||||
color: grey;
|
||||
}
|
||||
div[data-placeholder]:not([data-placeholder=""]):empty::before {
|
||||
content: attr(data-placeholder);
|
||||
}
|
||||
|
||||
/* Modal Content */
|
||||
|
||||
.modal-content {
|
||||
|
||||
Reference in New Issue
Block a user