mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-11-30 23:37:16 +01:00
Add icon to tags on notes.
This commit is contained in:
@@ -221,9 +221,16 @@ div[contenteditable="true"] {
|
||||
|
||||
.slim-tag {
|
||||
display: inline-block;
|
||||
padding: 3px 5px;
|
||||
padding: 0px 6px 0 24px;
|
||||
background-color: rgba(0,0,0,0.08);
|
||||
border-radius: 12px;
|
||||
background-position: 8px center;
|
||||
opacity: 0.7;
|
||||
border-radius: 10px;
|
||||
font-size: 90%;
|
||||
}
|
||||
|
||||
.note-tags {
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
/* Restore defaults select2 rules */
|
||||
|
||||
Reference in New Issue
Block a user