Add icon to tags on notes.

This commit is contained in:
Matias De lellis
2020-05-26 23:31:02 -03:00
parent dbc36aebd4
commit 6a97bf0991
4 changed files with 12 additions and 5 deletions

View File

@@ -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 */