jspaint/styles/normalize.css

18 lines
435 B
CSS
Raw Normal View History

/* Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
2024-01-29 03:49:28 +00:00
border-style: none;
padding: 0;
}
/* Restore the focus styles unset by the previous rule.*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
2024-01-29 03:49:28 +00:00
outline: 1px dotted ButtonText;
}