Skip to content
Snippets Groups Projects
Commit b96cd65a authored by Christine Lytwynec's avatar Christine Lytwynec
Browse files

remove reset style for button outlines in firefox

parent 7f4dd4db
No related merge requests found
......@@ -50,6 +50,7 @@ input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
button:-moz-focusring { outline: 1px dotted black; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid { }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment