Replace spinner.active font-family css definition with a note

refs #7968
This commit is contained in:
Alexander Fuhr 2015-02-25 13:34:58 +01:00
parent 3a2b69a63c
commit ef79d6bc12

View File

@ -144,7 +144,7 @@ a.close-tab {
.spinner.active > i { .spinner.active > i {
.animate-spin(); .animate-spin();
&:before { &:before {
font-family: "ifont"; // icon-spin6
content: '\e874'; content: '\e874';
} }
} }