From ef79d6bc12ba85f27cd39cf37acc2eb2cf0bce38 Mon Sep 17 00:00:00 2001 From: Alexander Fuhr Date: Wed, 25 Feb 2015 13:34:58 +0100 Subject: [PATCH] Replace spinner.active font-family css definition with a note refs #7968 --- public/css/icinga/tabs.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/icinga/tabs.less b/public/css/icinga/tabs.less index aaef3c7d4..4d7f43146 100644 --- a/public/css/icinga/tabs.less +++ b/public/css/icinga/tabs.less @@ -144,7 +144,7 @@ a.close-tab { .spinner.active > i { .animate-spin(); &:before { - font-family: "ifont"; + // icon-spin6 content: '\e874'; } }