Fixed input suffix styling
authorAlexander Ebert <ebert@woltlab.com>
Thu, 20 Oct 2016 10:22:23 +0000 (12:22 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 20 Oct 2016 10:22:23 +0000 (12:22 +0200)
wcfsetup/install/files/style/layout/form.scss

index 0a900937ea5b5174235639715005c627eb614550..1201fcaf8671a1057ed830d2a6339c4f4eaa95af 100644 (file)
@@ -148,7 +148,13 @@ select {
        }
        
        > .inputSuffix {
-               border-left-width: 0 !important;
+               &.button {
+                       margin-left: 5px;
+               }
+               
+               &:not(.button) {
+                       border-left-width: 0 !important;
+               }
        }
        
        input {