LESS compiler has trouble importing nested classes, manual import
authorAlexander Ebert <ebert@woltlab.com>
Sun, 23 Feb 2014 20:23:38 +0000 (21:23 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 23 Feb 2014 20:23:38 +0000 (21:23 +0100)
wcfsetup/install/files/style/imageViewer.less

index 5212b83ba36082bb802f1573b6920369533f7a70..a8d38cf9a60f6ca72e70384cb668c51c66276cdb 100644 (file)
                        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;