From 53b96adc79c82731a73d8010bf1539151d14ddff Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Sat, 13 Aug 2016 14:18:23 +0200 Subject: [PATCH] Show pointer mousepointer on tags in add/edit bookmark --- static/css/digimarks.css | 3 ++- templates/edit.html | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/static/css/digimarks.css b/static/css/digimarks.css index 412a253..de71f4f 100644 --- a/static/css/digimarks.css +++ b/static/css/digimarks.css @@ -53,7 +53,8 @@ } .card .card-reveal .digimark-card-header, - .card .digimark-card-header.activator + .card .digimark-card-header.activator, + .chip.clickable { cursor: pointer; /*display: block;*/ diff --git a/templates/edit.html b/templates/edit.html index 8ddf379..494fcc8 100644 --- a/templates/edit.html +++ b/templates/edit.html @@ -60,7 +60,7 @@
{% for tag in tags %} -
+
{{ tag }}
{% endfor %}