From adcf9de774ea046a799f408155ae69757d642e2f Mon Sep 17 00:00:00 2001 From: Stanislav Kurinec Date: Mon, 23 Mar 2015 14:32:48 +0100 Subject: [PATCH] Fix top-bar style for select --- scss/foundation/components/_top-bar.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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); -- 2.47.2