Skip to content
Snippets Groups Projects
Verified Commit 76626303 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix CSS selector.

parent fa6a1d85
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
</div>
<link rel="stylesheet" href="{% static 'django_starfield.css' %}" />
<style type="text/css">
#django-starfield-{{ widget.name }} label:before {
#django-starfield-{{ widget.name }} label::before {
content: '\{{ codepoint }}';
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment