From: Alexander Ebert Date: Sun, 23 Feb 2014 20:23:38 +0000 (+0100) Subject: LESS compiler has trouble importing nested classes, manual import X-Git-Tag: 2.0.3~16 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e5ebf58248acfae3decf38c3abf87e8b27ccacf9;p=GitHub%2FWoltLab%2FWCF.git LESS compiler has trouble importing nested classes, manual import --- diff --git a/wcfsetup/install/files/style/imageViewer.less b/wcfsetup/install/files/style/imageViewer.less index 5212b83ba3..a8d38cf9a6 100644 --- a/wcfsetup/install/files/style/imageViewer.less +++ b/wcfsetup/install/files/style/imageViewer.less @@ -233,6 +233,20 @@ position: absolute; top: 50%; + color: @wcfColor; + display: inline-block; + font-family: FontAwesome; + font-weight: normal !important; + font-style: normal !important; + line-height: 1em; + text-align: center; + + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + + .textShadow(@wcfContentBackgroundColor); + .icon; .icon48; .icon-spinner;