]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Change select font-family to $input-font-family 6319/head
authorlabr1005 <bratke@buntebrause.de>
Wed, 25 Feb 2015 08:58:14 +0000 (09:58 +0100)
committerlabr1005 <bratke@buntebrause.de>
Wed, 25 Feb 2015 08:58:14 +0000 (09:58 +0100)
scss/foundation/components/_forms.scss

index a256b867cd1bc0a0cc91b4e40b6e2e632ddf5539..4dda04d66340b5554fdbf3907cb9086a171a4c73 100644 (file)
@@ -345,7 +345,7 @@ $select-hover-bg-color: scale-color($select-bg-color, $lightness: -3%) !default;
   }
   padding: ($form-spacing / 2);
   font-size: $input-font-size;
-  font-family: $body-font-family;
+  font-family: $input-font-family;
   color: $input-font-color;
   line-height: normal;
   @include radius(0);