Small style optimization
authorMarcel Werk <burntime@woltlab.com>
Fri, 7 Jun 2013 12:50:20 +0000 (14:50 +0200)
committerMarcel Werk <burntime@woltlab.com>
Fri, 7 Jun 2013 12:50:20 +0000 (14:50 +0200)
wcfsetup/install/files/style/dropdown.less

index 5ebbdb3e9ec85b582f99715351e1446af096d789..f919fb4c9a21fcf3338f2dca5a78102427a38c2c 100644 (file)
@@ -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 {