From a64ace36095bf96df4b0972afc1d512771c631bf Mon Sep 17 00:00:00 2001 From: buseca Date: Tue, 1 Jul 2014 17:42:23 +0200 Subject: [PATCH] Firefox 30.0 dropdown fix css workaround to hide the default firefox drop down arrow. More comment in CSS file --- wtf-forms.css | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/wtf-forms.css b/wtf-forms.css index 644ff95..c62693d 100644 --- a/wtf-forms.css +++ b/wtf-forms.css @@ -181,6 +181,38 @@ .select option { background-color: white; } + + /* workaround for Firefox 30.0 */ + /* It hides the default dropdown arrow with a ':before' element. + If you change the background-color of the element has always to be a little + bigger than the border right radius of the ':before' element, because it has to completly hide it. + On other hand, border left radius of the