remove obsolete trick to fix firefox problem on input buttons
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 25 Oct 2015 15:08:52 +0000 (16:08 +0100)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Sun, 25 Oct 2015 15:08:52 +0000 (16:08 +0100)
web/brisk.css

index bcf1636..a16cb13 100644 (file)
     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;