mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-25 16:59:01 +09:00
10 lines
414 B
HTML
10 lines
414 B
HTML
<!DOCTYPE HTML>
|
|
<style type="text/css">
|
|
#four { background-image: none; }
|
|
#five { background-image: none ! important; }
|
|
</style>
|
|
<input type="text" value="Themed">
|
|
<input type="text" value="Not Themed" style="background-image: none">
|
|
<input type="text" value="Not Themed" style="background-image: none ! important">
|
|
<input type="text" value="Not Themed" id="four">
|
|
<input type="text" value="Not Themed" id="five">
|