From 1e230195fd98f11211eb0a7596f417bc0568b075 Mon Sep 17 00:00:00 2001 From: narcolepticinsomniac Date: Thu, 7 Dec 2017 08:04:46 -0500 Subject: [PATCH] clean up --- global.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/global.css b/global.css index 9f1f19cf..7bef2323 100644 --- a/global.css +++ b/global.css @@ -135,6 +135,7 @@ select { } .firefox select { + font-size: 13px; padding: 0 20px 0 2px; line-height: 22px!important; } @@ -163,7 +164,7 @@ select { padding: 3px 7px; } - .firefox.moz-appearance-bug button:not(.install){ + .firefox.moz-appearance-bug button:not(.install) { padding: 2px 4px; } }