kopia lustrzana https://github.com/magicbug/Cloudlog
Changed Warning Color
rodzic
983ad2c233
commit
cf540407c8
|
@ -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 -->
|
||||
|
|
Ładowanie…
Reference in New Issue