Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b7ae333

Browse files
committed
adding some amazing -moz CSS from the @necolas
1 parent d34cdf6 commit b7ae333

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

stylesheets/base.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,13 @@
200200
padding-right: 0 !important;
201201
text-align: center; }
202202

203+
/* Fix for odd Mozilla border & padding issues */
204+
button::-moz-focus-inner,
205+
input::-moz-focus-inner {
206+
border: 0;
207+
padding: 0;
208+
}
209+
203210

204211
/* #Tabs (activate in tabs.js)
205212
================================================== */

0 commit comments

Comments
 (0)