mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07: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">
|