1
0
mirror of https://github.com/aquatix/digimarks.git synced 2025-12-06 20:55:10 +01:00

Show pointer mousepointer on tags in add/edit bookmark

This commit is contained in:
2016-08-13 14:18:23 +02:00
parent 4e86faf2aa
commit 53b96adc79
2 changed files with 3 additions and 2 deletions

View File

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

View File

@@ -60,7 +60,7 @@
<div class="row">
<div class="col s12">
{% for tag in tags %}
<div class="chip" id="tag_{{ tag }}">
<div class="chip clickable" id="tag_{{ tag }}">
{{ tag }}
</div>
{% endfor %}