Fixed both loading spinners
authorAlexander Ebert <ebert@woltlab.com>
Sun, 23 Feb 2014 20:25:10 +0000 (21:25 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 23 Feb 2014 20:25:10 +0000 (21:25 +0100)
wcfsetup/install/files/style/imageViewer.less

index a8d38cf9a60f6ca72e70384cb668c51c66276cdb..3e8741e6ac3ddb6b1e77bbf0cdbde02584881dc0 100644 (file)
                        
                        .textShadow(@wcfContentBackgroundColor);
                        
-                       .icon;
                        .icon48;
                        .icon-spinner;
                }
                                                        top: 50%;
                                                        z-index: -1;
                                                        
-                                                       .icon;
+                                                       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);
+                                                       
                                                        .icon32;
                                                        .icon-spinner;
                                                }