From: Matteo Nastasi (mop) Date: Sun, 25 Oct 2015 15:08:52 +0000 (+0100) Subject: remove obsolete trick to fix firefox problem on input buttons X-Git-Tag: v5.0.0~6 X-Git-Url: http://mop.ddnsfree.com/gitweb/?p=brisk.git;a=commitdiff_plain;h=ffb1b78a1c08aed16e179d885c39868f308b8cf5 remove obsolete trick to fix firefox problem on input buttons --- 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;