Making the :before-content of the icon-spinner important
authorMagnus Kühn <magnus.khn@gmail.com>
Tue, 12 Feb 2013 14:20:37 +0000 (15:20 +0100)
committerMagnus Kühn <magnus.khn@gmail.com>
Tue, 12 Feb 2013 14:20:37 +0000 (15:20 +0100)
wcfsetup/install/files/style/icon.less

index a534cc2b6c12601c818555f440ad9c4688d49462..e493fe197fbfac6fa7bf7bd1e8f55f75a75424f1 100644 (file)
 .icon-quote-left:before           { content: "\f10d"; }
 .icon-quote-right:before          { content: "\f10e"; }
 
-.icon-spinner:before              { content: "\f110"; }
+.icon-spinner:before              { content: "\f110" !important; }
 .icon-circle:before               { content: "\f111"; }
 .icon-reply:before                { content: "\f112"; }
 .icon-github-alt:before           { content: "\f113"; }