]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix top-bar style for select 6412/head
authorStanislav Kurinec <stenly.kurinec@gmail.com>
Mon, 23 Mar 2015 13:32:48 +0000 (14:32 +0100)
committerStanislav Kurinec <stenly.kurinec@gmail.com>
Mon, 23 Mar 2015 13:32:48 +0000 (14:32 +0100)
scss/foundation/components/_top-bar.scss

index eb0bd837f2948cea48be7fdbd73256cf6fb91f21..0c4bd666af7619f070e529d077bad8f3b5438efb 100644 (file)
@@ -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);