From dd67e5109cbe82cb47d2cc594477bd08de6593f5 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sat, 25 May 2013 15:58:39 +0200 Subject: [PATCH] CSS is now much less specific for an easier mixin usage --- wcfsetup/install/files/style/dropdown.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/wcfsetup/install/files/style/dropdown.less b/wcfsetup/install/files/style/dropdown.less index 83e2058c08..a70af791f0 100644 --- a/wcfsetup/install/files/style/dropdown.less +++ b/wcfsetup/install/files/style/dropdown.less @@ -83,6 +83,10 @@ .dropdownToggle { //color: @wcfPageLinkHoverColor; } + + .dropdownMenu { + display: block; + } } .dropdownToggle { @@ -90,7 +94,7 @@ } } -#dropdownMenuContainer > .dropdownMenu { +.dropdownMenu { background-color: @wcfDropdownBackgroundColor; border: 1px solid @wcfDropdownBorderColor; color: @wcfDropdownColor; -- 2.20.1