mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
css: Provide working char-code for fontawesome spinners
This commit is contained in:
parent
aaf6bcea4d
commit
7264b8ce9f
@ -13,6 +13,11 @@ i.spinner.active {
|
||||
// icon-spin6
|
||||
content: '\e874';
|
||||
}
|
||||
|
||||
&.fa:before {
|
||||
// fa spinner
|
||||
content: '\f110';
|
||||
}
|
||||
}
|
||||
|
||||
div.spinner {
|
||||
|
Loading…
x
Reference in New Issue
Block a user