From: Marcel Werk Date: Fri, 7 Jun 2013 12:50:20 +0000 (+0200) Subject: Small style optimization X-Git-Tag: 2.0.0_Beta_4~108 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c1e79821671fa160f1d2a4d1392ffc8fea9f3140;p=GitHub%2FWoltLab%2FWCF.git Small style optimization --- diff --git a/wcfsetup/install/files/style/dropdown.less b/wcfsetup/install/files/style/dropdown.less index 5ebbdb3e9e..f919fb4c9a 100644 --- a/wcfsetup/install/files/style/dropdown.less +++ b/wcfsetup/install/files/style/dropdown.less @@ -35,7 +35,7 @@ &.button { border-right-width: 0; - .borderRadius(15px, 0, 0, 15px); + .borderRadius(3px, 0, 0, 3px); } span { @@ -59,7 +59,7 @@ padding-right: @wcfGapSmall; &.button { - .borderRadius(15px, 0); + .borderRadius(3px, 0); } &~ .dropdownMenu {