From e5ebf58248acfae3decf38c3abf87e8b27ccacf9 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sun, 23 Feb 2014 21:23:38 +0100 Subject: [PATCH] LESS compiler has trouble importing nested classes, manual import --- wcfsetup/install/files/style/imageViewer.less | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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; -- 2.20.1