Removed box-shadow of menu dropdown
authorAlexander Ebert <ebert@woltlab.com>
Sat, 24 Sep 2016 08:36:17 +0000 (10:36 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 24 Sep 2016 08:36:17 +0000 (10:36 +0200)
wcfsetup/install/files/style/layout/pageHeader.scss

index 74ca7ee1c4370cfe488c3411e5d747e90ba844e1..0f7f2f4294fd0060adee8b4574445da20af9654c 100644 (file)
                
                .boxMenuDepth1 {
                        background-color: $wcfHeaderMenuDropdownBackground;
-                       box-shadow: 0 0 3px rgba(0, 0, 0, .12), 0 1px 2px rgba(0, 0, 0, .24);
                        border-radius: 0 0 3px 3px;
                        padding: 5px 0;
                        position: absolute;