Add font-family to the active spinner icon

refs #7968
This commit is contained in:
Alexander Fuhr 2015-02-25 13:23:12 +01:00
parent e219bb1664
commit 8669dcb078
1 changed files with 1 additions and 0 deletions

View File

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