From 29d13f332183bc780496110a1ba9cdce18832906 Mon Sep 17 00:00:00 2001 From: Matias De lellis Date: Wed, 27 May 2020 15:12:23 -0300 Subject: [PATCH] Add pointer cursor to tags and delete icon.. --- css/style.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 940920d..bc2a701 100644 --- a/css/style.css +++ b/css/style.css @@ -91,9 +91,10 @@ #div-content .shared-title, #div-content .shared-title-owner, #div-content .icon-delete-note { - float: right; - margin: 2px; - opacity: 0.5; + cursor: pointer; + float: right; + margin: 2px; + opacity: 0.5; } .noselect { @@ -221,6 +222,7 @@ div[contenteditable="true"] { .slim-tag { display: inline-block; + cursor: pointer; padding: 0px 6px 0 24px; background-color: rgba(0,0,0,0.08); background-position: 8px center;