From 7dce206dc250070821b7c3f9ac12f6db9b3e0a3f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 14 May 2014 11:19:32 -0700 Subject: [PATCH 01/12] merge changes from #11 --- wtf-forms.css | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/wtf-forms.css b/wtf-forms.css index 40ad798..160d26e 100644 --- a/wtf-forms.css +++ b/wtf-forms.css @@ -117,7 +117,7 @@ appearance: none; } /* Undo the Firefox inner focus ring */ -.select select:-moz-focusring { +.select select:focus:-moz-focusring { color: transparent; text-shadow: 0 0 0 #000; } @@ -161,13 +161,19 @@ display: none; } -/* Firefox hack to hide the arrow */ +/* Media query to target Firefox only */ @-moz-document url-prefix() { + /* Firefox hack to hide the arrow */ .select select { text-indent: 0.01px; text-overflow: ''; padding-right: 1rem; } + + /*