mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
5 lines
92 B
HTML
5 lines
92 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<style>
|
||
|
|
button::-moz-focus-inner:active { }
|
||
|
|
</style>
|
||
|
|
<button>hello</button>
|