https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 373ea7c388c7a2ad93d48298999d9726505e4ead authored by seabld on 21 May 2011, 04:50:50 UTC
Added tag SEAMONKEY_2_1rc2_RELEASE for changeset ac9cf29de0d2. CLOSED TREE a=release
Tip revision: 373ea7c
button-nonnative-when-styled-ref.html
<!DOCTYPE HTML>
<!-- these should make the input non-native -->
<input type="button" value="Button" style="-moz-appearance: none; border-width: 0">
<input type="button" value="Button" style="-moz-appearance: none; border-width: 1px">
<input type="button" value="Button" style="-moz-appearance: none; border-width: 2px">
<input type="button" value="Button" style="-moz-appearance: none; border-width: 3px">
<input type="button" value="Button" style="-moz-appearance: none; border-width: 4px">
<input type="button" value="Button" style="-moz-appearance: none; border-width: 5px">
<input type="button" value="Button" style="-moz-appearance: none; border-width: 6px">
<input type="button" value="Button" style="-moz-appearance: none; border-style: dotted">
<input type="button" value="Button" style="-moz-appearance: none; border-color: green">
<input type="button" value="Button" style="-moz-appearance: none; background-color: transparent">
<input type="button" value="Button" style="-moz-appearance: none; background-color: white">

<!-- these should let it stay native -->
<input type="button" value="">
<input type="button" value="">
back to top