mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-27 19:48:48 +00:00
e25430117a
+ native in moebius: Bug 1317600: https://bugzilla.mozilla.org/show_bug.cgi?id=1317600 A note - not implemented: Bug 1282768: https://bugzilla.mozilla.org/show_bug.cgi?id=1282768 *.css: filter: url("chrome://global/skin/filters.svg#fill");, fill: Bug 1283385: https://bugzilla.mozilla.org/show_bug.cgi?id=1283385 Bug 1323109: https://bugzilla.mozilla.org/show_bug.cgi?id=1323109 Bug 1314544: https://bugzilla.mozilla.org/show_bug.cgi?id=1314544 Bug 1286182: https://bugzilla.mozilla.org/show_bug.cgi?id=1286182 Bug 1325922: https://bugzilla.mozilla.org/show_bug.cgi?id=1325922 A note - not implemented: Bug 1282768: https://bugzilla.mozilla.org/show_bug.cgi?id=1282768 *.css: filter: url("chrome://global/skin/filters.svg#fill");, fill: Bug 1320225: https://bugzilla.mozilla.org/show_bug.cgi?id=1320225 Bug 1341190: https://bugzilla.mozilla.org/show_bug.cgi?id=1341190
10 lines
285 B
HTML
10 lines
285 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<input type="time" style="width: 50px;">
|
|
<!-- div to cover the right area -->
|
|
<div style="display:block; position:absolute; background-color:black;
|
|
top:0px; left:40px; width:200px; height:100px;"></div>
|
|
</body>
|
|
</html>
|