From: Stanislav Kurinec Date: Mon, 23 Mar 2015 13:32:48 +0000 (+0100) Subject: Fix top-bar style for select X-Git-Tag: v5.5.2~66^2 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6412%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Fix top-bar style for select --- diff --git a/scss/foundation/components/_top-bar.scss b/scss/foundation/components/_top-bar.scss index eb0bd837f..0c4bd666a 100644 --- a/scss/foundation/components/_top-bar.scss +++ b/scss/foundation/components/_top-bar.scss @@ -167,9 +167,11 @@ $topbar-dropdown-arrows: true !default; //Set false to remove the \00bb >> text .row { max-width: none; } form, - input { margin-bottom: 0; } + input, + select { margin-bottom: 0; } - input { + input, + select { font-size: $topbar-button-font-size; height: $topbar-input-height; padding-bottom: .35rem; @@ -473,6 +475,7 @@ $topbar-dropdown-arrows: true !default; //Set false to remove the \00bb >> text .name h6 a { width: auto; } input, + select, .button, button { font-size: rem-calc(14);