projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
030b09b
)
Making the :before-content of the icon-spinner important
author
Magnus Kühn
<magnus.khn@gmail.com>
Tue, 12 Feb 2013 14:20:37 +0000
(15:20 +0100)
committer
Magnus Kühn
<magnus.khn@gmail.com>
Tue, 12 Feb 2013 14:20:37 +0000
(15:20 +0100)
wcfsetup/install/files/style/icon.less
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/style/icon.less
b/wcfsetup/install/files/style/icon.less
index a534cc2b6c12601c818555f440ad9c4688d49462..e493fe197fbfac6fa7bf7bd1e8f55f75a75424f1 100644
(file)
--- a/
wcfsetup/install/files/style/icon.less
+++ b/
wcfsetup/install/files/style/icon.less
@@
-345,7
+345,7
@@
.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"; }