Adjusted background color when saving messages
authorAlexander Ebert <ebert@woltlab.com>
Sat, 17 Mar 2018 22:58:10 +0000 (23:58 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 17 Mar 2018 22:58:10 +0000 (23:58 +0100)
wcfsetup/install/files/style/ui/wsc31.scss

index c98040611b0cc6b3c4bcce18ef7a3d2cd5a50334..939e5e01931e0a0e962227ce3a12db7c70ff2fa8 100644 (file)
        .tabMenuOverlayRight {
                background: linear-gradient(to right, transparentize($wcfContentContainerBackground, 100%) 0%, $wcfContentContainerBackground 50%);
        }
+       
+       // background-color when saving messages
+       .messageContent.loading > .messageContentLoadingOverlay {
+               background-color: $wcfContentContainerBackground;
+       }
 }