Disabled text selection for page menu buttons
authorAlexander Ebert <ebert@woltlab.com>
Wed, 25 Sep 2013 19:15:29 +0000 (21:15 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 25 Sep 2013 19:15:29 +0000 (21:15 +0200)
wcfsetup/install/files/style/layout.less

index 034402e61ec03dfb3bd0f9ce5834a0db59604006..74492faadaef8c7c97e9e5c6b28d7be1d261494d 100644 (file)
        .mainMenu {
                font-size: 0;
                
+               -webkit-user-select: none;  
+               -moz-user-select: none;    
+               -ms-user-select: none;      
+               user-select: none;
+               
                > ul {
                        background-color: @wcfMainMenuBackgroundColor;
                        display: inline-block;