From 766263038695cb3e84ffd2afebc33b520293ec02 Mon Sep 17 00:00:00 2001 From: Dominik George <nik@naturalnet.de> Date: Thu, 2 Aug 2018 13:54:30 +0200 Subject: [PATCH] Fix CSS selector. --- django_starfield/templates/django_starfield/stars.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_starfield/templates/django_starfield/stars.html b/django_starfield/templates/django_starfield/stars.html index 2399377..61b7d4b 100644 --- a/django_starfield/templates/django_starfield/stars.html +++ b/django_starfield/templates/django_starfield/stars.html @@ -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> -- GitLab