From: Alexander Ebert Date: Thu, 2 Aug 2012 12:09:58 +0000 (+0200) Subject: Fixed dropdowns in user panel X-Git-Tag: 2.0.0_Beta_1~885^2~3^2~3 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1f22963d278a100981a604ae4c9a99564b30218f;p=GitHub%2FWoltLab%2FWCF.git Fixed dropdowns in user panel --- diff --git a/wcfsetup/install/files/style/userPanel.less b/wcfsetup/install/files/style/userPanel.less index 01acd3019c..fd0fa4420f 100644 --- a/wcfsetup/install/files/style/userPanel.less +++ b/wcfsetup/install/files/style/userPanel.less @@ -20,7 +20,7 @@ float: left; > a, - > div { + > div:not(.dropdownMenu) { color: @wcfUserPanelColor; display: block; height: 20px;