mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
11 lines
414 B
HTML
11 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">
|