From 5a9a97d9edfdb793dccf34ba7246df5a15bc9985 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Thu, 27 Mar 2014 14:40:07 -0500 Subject: [PATCH] docs(css): Remove Firefox select element default In firefox the version picker's dropdown from the default select element is still showing. This is a hack to force FF to hide the ugly default. --- docs/app/assets/css/docs.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/app/assets/css/docs.css b/docs/app/assets/css/docs.css index 7f0f83e9e262..d9473f037967 100644 --- a/docs/app/assets/css/docs.css +++ b/docs/app/assets/css/docs.css @@ -257,6 +257,9 @@ code.highlighted { z-index: 99; cursor: pointer; font-size: 16px; + -moz-appearance: none; + text-indent: 0.01px; + text-overflow: ''; } .picker:after {