trisquel-icecat/icecat/layout/reftests/high-contrast/non-themed-button-001-ref.html

10 lines
153 B
HTML

<!doctype html>
<style>
button {
border: none;
background-color: transparent;
padding: 0;
-moz-appearance: none;
}
</style>
<button>Foo</button>