Fixed missing font-family for inputs
authorMarcel Werk <burntime@woltlab.com>
Wed, 22 May 2013 20:58:22 +0000 (22:58 +0200)
committerMarcel Werk <burntime@woltlab.com>
Wed, 22 May 2013 20:58:22 +0000 (22:58 +0200)
wcfsetup/install/files/style/form.less

index 15e00dbf38854eb4900af92fc256dddc7adaaee6..6b2bf2fd925b4cfd6e161192bea91e298881d0b2 100644 (file)
@@ -203,6 +203,7 @@ select[multiple] {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
+       font-family: @wcfBaseFontFamily;
        padding: 4px 3px;
        margin: 0;
 }