Hilight part of export button

This commit is contained in:
Wuzzy 2023-10-27 16:24:18 +02:00
parent f5a041f42d
commit ddb8914e5a
2 changed files with 7 additions and 3 deletions

View File

@ -157,6 +157,10 @@ h3 {
font-weight: bold; font-weight: bold;
color: #2d8af0; color: #2d8af0;
} }
.exportEmphasis{
font-weight: bold;
color: #00ff00;
}
.collapser { .collapser {
cursor: pointer; cursor: pointer;
} }

View File

@ -161,9 +161,9 @@ A Voronoi diagram is supposed to be here but for some reason it cannot be displa
<div class="configFrame" id="exportContainer" style="display:none"> <div class="configFrame" id="exportContainer" style="display:none">
<form id="exportForm"> <form id="exportForm">
<div> <div>
<button id="inputExportLua" type="button">Export as Lua</button> <button id="inputExportLua" type="button">Export as <span class="exportEmphasis">Lua</span></button>
<button id="inputExportJSON" type="button">Export as JSON</button> <button id="inputExportJSON" type="button">Export as <span class="exportEmphasis">JSON</span></button>
<button id="inputExportAmidstForMinetest" type="button">Export as Amidst for Minetest biome profile</button> <button id="inputExportAmidstForMinetest" type="button">Export as <span class="exportEmphasis">Amidst for Minetest</span> biome profile</button>
<button id="inputExportClear" type="button">Clear</button> <button id="inputExportClear" type="button">Clear</button>
</div> </div>
<div id="exportSectionOuter" hidden><br><span id="exportLabel"></span> <div id="exportSectionOuter" hidden><br><span id="exportLabel"></span>