From 921a75135ff9ab07a2aa8a1e66c26ccf81b9343b Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Mon, 18 May 2015 15:11:31 +0930 Subject: [PATCH] Fix select-input appearance on Firefox 35+. Closes #43 --- less/lib/forms.less | 1 + 1 file changed, 1 insertion(+) diff --git a/less/lib/forms.less b/less/lib/forms.less index 4d480e528..dfcb61e7b 100644 --- a/less/lib/forms.less +++ b/less/lib/forms.less @@ -67,6 +67,7 @@ legend { display: inline-block; width: auto; -webkit-appearance: none; + -moz-appearance: none; padding-right: @padding-base-horizontal + 16; cursor: pointer; }