From d70e02567e0f9b227cc09367d9681f1b85c10164 Mon Sep 17 00:00:00 2001 From: Dominik George <nik@naturalnet.de> Date: Thu, 2 Aug 2018 14:02:42 +0200 Subject: [PATCH] Add default character in stylesheet again. --- django_starfield/static/django_starfield.css | 1 + 1 file changed, 1 insertion(+) diff --git a/django_starfield/static/django_starfield.css b/django_starfield/static/django_starfield.css index 3800cb1..d0e3418 100644 --- a/django_starfield/static/django_starfield.css +++ b/django_starfield/static/django_starfield.css @@ -47,6 +47,7 @@ .django-starfield label::before { + content: '\2605'; width: 18px; line-height: 18px; text-align: center; -- GitLab