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

Use grayscale filter instead of different colours.

parent d70e0256
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
.django-starfield label:hover, .django-starfield label:hover,
.django-starfield label:hover ~ label .django-starfield label:hover ~ label
{ {
color: #189800; filter: grayscale(0.5);;
} }
.django-starfield * .django-starfield *
...@@ -42,7 +42,8 @@ ...@@ -42,7 +42,8 @@
.django-starfield label .django-starfield label
{ {
color: #ccc; color: #f5b301;
filter: grayscale(1);
} }
.django-starfield label::before .django-starfield label::before
...@@ -62,7 +63,7 @@ ...@@ -62,7 +63,7 @@
.django-starfield input:checked ~ label .django-starfield input:checked ~ label
{ {
color: #f5b301; filter: grayscale(0);
} }
.acidjs-rating-disabled .acidjs-rating-disabled
......
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