From ffb1b78a1c08aed16e179d885c39868f308b8cf5 Mon Sep 17 00:00:00 2001 From: "Matteo Nastasi (mop)" Date: Sun, 25 Oct 2015 16:08:52 +0100 Subject: [PATCH] remove obsolete trick to fix firefox problem on input buttons --- web/brisk.css | 8 -------- 1 file changed, 8 deletions(-) diff --git a/web/brisk.css b/web/brisk.css index bcf1636..a16cb13 100644 --- a/web/brisk.css +++ b/web/brisk.css @@ -27,14 +27,6 @@ line-height: 120%; } -/* TRICK TO REMOVE EXCESS OF PADDING INSIDE INPUT BUTTONS WITH FIREFOX */ -input::-moz-focus-inner { - border: 0; - padding: 0; - margin-top:-2px; - margin-bottom: -2px; -} - body { background-image: url('img/happysunbg.png'); background-color: #fafafa; -- 2.17.1