mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-22 06:22:16 +00:00
readonly fields
This commit is contained in:
@@ -21,6 +21,13 @@
|
||||
id="line1"
|
||||
class="w-full px-3 py-1.5 text-sm border border-gray-600 rounded bg-gray-800 text-gray-100 focus:outline-none focus:border-blue-500 focus:ring-1 focus:ring-blue-500 transition-all font-mono"
|
||||
/>
|
||||
<input
|
||||
type="text"
|
||||
id="line1-expr"
|
||||
readonly
|
||||
class="w-full px-3 py-1 text-xs border border-gray-700 rounded bg-gray-950 text-gray-500 font-mono mt-1"
|
||||
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div class="flex-1">
|
||||
@@ -32,6 +39,13 @@
|
||||
id="line2"
|
||||
class="w-full px-3 py-1.5 text-sm border border-gray-600 rounded bg-gray-800 text-gray-100 focus:outline-none focus:border-blue-500 focus:ring-1 focus:ring-blue-500 transition-all font-mono"
|
||||
/>
|
||||
<input
|
||||
type="text"
|
||||
id="line2-expr"
|
||||
readonly
|
||||
class="w-full px-3 py-1 text-xs border border-gray-700 rounded bg-gray-950 text-gray-500 font-mono mt-1"
|
||||
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div class="w-24">
|
||||
@@ -89,4 +103,4 @@
|
||||
<script src="https://unpkg.com/maplibre-gl/dist/maplibre-gl.js"></script>
|
||||
<script src="mix.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
Reference in New Issue
Block a user