Skip to content

Commit

Permalink
Added CSS cursor to better indicate source host hidden functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
neonbunny committed Nov 21, 2024
1 parent 1c00cfc commit 603718c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions event_tracker/templates/event_tracker/event_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@
filter: brightness(80%);
}

label[for="id_source_host"] + div .input-group-text {
cursor: alias;
}

{% for context in contexts %}
li:has(.ctx{{ context.id }}) {
background-color: {{ context.colour }}20;
Expand Down

0 comments on commit 603718c

Please sign in to comment.