mirror of
https://github.com/JanGross/quicknotes.git
synced 2025-12-01 15:47:17 +01:00
Add pointer cursor to tags and delete icon..
This commit is contained in:
@@ -91,9 +91,10 @@
|
|||||||
#div-content .shared-title,
|
#div-content .shared-title,
|
||||||
#div-content .shared-title-owner,
|
#div-content .shared-title-owner,
|
||||||
#div-content .icon-delete-note {
|
#div-content .icon-delete-note {
|
||||||
float: right;
|
cursor: pointer;
|
||||||
margin: 2px;
|
float: right;
|
||||||
opacity: 0.5;
|
margin: 2px;
|
||||||
|
opacity: 0.5;
|
||||||
}
|
}
|
||||||
|
|
||||||
.noselect {
|
.noselect {
|
||||||
@@ -221,6 +222,7 @@ div[contenteditable="true"] {
|
|||||||
|
|
||||||
.slim-tag {
|
.slim-tag {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
cursor: pointer;
|
||||||
padding: 0px 6px 0 24px;
|
padding: 0px 6px 0 24px;
|
||||||
background-color: rgba(0,0,0,0.08);
|
background-color: rgba(0,0,0,0.08);
|
||||||
background-position: 8px center;
|
background-position: 8px center;
|
||||||
|
|||||||
Reference in New Issue
Block a user