Fixed small buttons
authorMarcel Werk <burntime@woltlab.com>
Thu, 28 Jul 2016 20:49:47 +0000 (22:49 +0200)
committerMarcel Werk <burntime@woltlab.com>
Thu, 28 Jul 2016 20:49:52 +0000 (22:49 +0200)
wcfsetup/install/files/style/ui/button.scss

index bf42cd19b380453c856546ac923f064d92867151..49df3bbe646cba9c3ace48cd599c6ccf52545a3f 100644 (file)
@@ -35,16 +35,16 @@ a.button { // a.button is required to override link formatting, such as drop-dow
                text-decoration: none;
        }
        
+       &:not(.inputPrefix) {
+               text-transform: uppercase;
+       }
+       
        &.small {
                padding: 6px 8px;
                text-transform: initial;
                
                @include wcfFontSmall;
        }
-       
-       &:not(.inputPrefix) {
-               text-transform: uppercase;
-       }
 }
 
 button.buttonPrimary,