Fix the new unicode characters in CSS. Thanks to At Libitum.

This commit is contained in:
Sébastien Lucas 2013-12-13 08:51:07 +01:00
parent 3ba51ce1c6
commit 4bda58ae44

View file

@ -90,7 +90,7 @@ opacity: 0.5;
} }
.filter-include:after { .filter-include:after {
content: " ✓"; content: " \2713"; /* Tick mark */
} }
.filter-exclude { .filter-exclude {
@ -99,7 +99,7 @@ opacity: 0.5;
} }
.filter-exclude:after { .filter-exclude:after {
content: " ✗"; content: " \2717"; /* Check mark */
} }
img img