Changed Warning Color

这个提交包含在:
HB9HIL 2023-10-16 10:51:04 +02:00
父节点 983ad2c233
当前提交 cf540407c8
共有 3 个文件被更改,包括 3 次插入3 次删除

查看文件

@ -547,7 +547,7 @@ document.getElementById('dxcc_select').addEventListener('change', function() {
var isDeleted = selectedOption.textContent.includes("<?php echo lang('gen_hamradio_deleted_dxcc'); ?>");
if (isDeleted) {
this.style.border = '2px solid red';
this.style.border = '2px solid rgb(217, 83, 79)';
warningMessage.innerText = lang_station_location_dxcc_warning;
} else {
this.style.border = '';

查看文件

@ -62,7 +62,7 @@
</select>
<?php } ?>
<small id="stationDXCCInputHelp" class="form-text text-muted"><?php echo lang("station_location_dxcc_hint"); ?></small>
<div id="warningMessage" style="color: red;"></div>
<div id="warningMessage" style="color: rgb(217, 83, 79);"></div>
</div>
<div class="form-group">

查看文件

@ -88,7 +88,7 @@
</select>
<?php } ?>
<small id="stationDXCCInputHelp" class="form-text text-muted"><?php echo lang("station_location_dxcc_hint"); ?></small>
<div id="warningMessage" style="color: red;"></div>
<div id="warningMessage" style="color: rgb(217, 83, 79);"></div>
</div>
<!-- City -->