kopia lustrzana https://github.com/magicbug/Cloudlog
Merge branch 'dev' into qrz_down
commit
6253c133fa
|
@ -116,7 +116,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<button id="plot" type="button" name="plot" class="btn btn-primary me-1 ld-ext-right ld-ext-right-plot" onclick="gridPlot(this.form)"><?php echo lang('gridsquares_button_plot'); ?><div class="ld ld-ring ld-spin"></div></button>
|
||||
<button id="plot" type="button" name="plot" class="btn btn-primary me-1 ld-ext-right ld-ext-right-plot" onclick="gridPlot(this.form,<?php echo $visitor == true ? "true" : "false"; ?>)"><?php echo lang('gridsquares_button_plot'); ?><div class="ld ld-ring ld-spin"></div></button>
|
||||
<button id="clear" type="button" name="clear" class="btn btn-primary me-1 ld-ext-right ld-ext-right-clear" onclick="clearMarkers()"><?php echo lang('gridsquares_button_clear_markers'); ?><div class="ld ld-ring ld-spin"></div></button>
|
||||
</form>
|
||||
|
||||
|
|
|
@ -117,7 +117,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<button id="plot" type="button" name="plot" class="btn btn-primary me-1 ld-ext-right ld-ext-right-plot" onclick="gridPlot(this.form)"><?php echo lang('gridsquares_button_plot'); ?><div class="ld ld-ring ld-spin"></div></button>
|
||||
<button id="plot" type="button" name="plot" class="btn btn-primary me-1 ld-ext-right ld-ext-right-plot" onclick="gridPlot(this.form,<?php echo $visitor == true ? "true" : "false"; ?>)"><?php echo lang('gridsquares_button_plot'); ?><div class="ld ld-ring ld-spin"></div></button>
|
||||
<button id="clear" type="button" name="clear" class="btn btn-primary me-1 ld-ext-right ld-ext-right-clear" onclick="clearMarkers()"><?php echo lang('gridsquares_button_clear_markers'); ?><div class="ld ld-ring ld-spin"></div></button>
|
||||
</form>
|
||||
<?php } ?>
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
</header>
|
||||
<div class="row mt-4">
|
||||
<!-- START BASIC QSO DATA -->
|
||||
<div class="card col-xs-12 col-md-4" style="border: none">
|
||||
<div class="card col-xs-12 col-md-4 simplefle" style="border: none">
|
||||
|
||||
<div class="card-header">
|
||||
<?php echo lang('qso_simplefle_qso_data'); ?>
|
||||
|
@ -114,7 +114,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="card col-xs-12 col-md-8" style="border: none">
|
||||
<div class="card col-xs-12 col-md-8 simplefle" style="border: none">
|
||||
<div class="card-header">
|
||||
<?php echo lang('qso_simplefle_qso_list'); ?>
|
||||
</div>
|
||||
|
|
|
@ -15,6 +15,11 @@ body {
|
|||
--bs-table-accent-bg: #2b3e50;
|
||||
}
|
||||
|
||||
.table-striped tbody > tr.activeRow {
|
||||
background-color: #5cb85c !important;
|
||||
--bs-table-accent-bg: none;
|
||||
}
|
||||
|
||||
.border-top {
|
||||
--bs-border-color: #253544;
|
||||
}
|
||||
|
|
|
@ -15,6 +15,11 @@ body {
|
|||
--bs-table-accent-bg: #2b3e50;
|
||||
}
|
||||
|
||||
.table-striped tbody > tr.activeRow {
|
||||
background-color: #5cb85c !important;
|
||||
--bs-table-accent-bg: none;
|
||||
}
|
||||
|
||||
.border-top {
|
||||
--bs-border-color: #253544;
|
||||
}
|
||||
|
|
|
@ -4,15 +4,20 @@
|
|||
|
||||
.table {
|
||||
--bs-table-border-color: #444444;
|
||||
--bs-table-striped-bg: #303030;
|
||||
--bs-table-color: #fff;
|
||||
--bs-table-striped-color: #fff;
|
||||
--bs-table-active-color: #fff;
|
||||
--bs-table-hover-color: #fff;
|
||||
--bs-table-accent-bg: #303030;
|
||||
}
|
||||
|
||||
.table > tbody > odd, .tabledxcc > tbody, .tablecq > tbody, #doktable > tbody, .tableiota > tbody, .tablewas > tbody, #qsoList > tbody {
|
||||
--bs-table-accent-bg: #303030;
|
||||
.qslprint {
|
||||
--bs-table-striped-bg: none;
|
||||
}
|
||||
|
||||
.table-striped tbody > tr.activeRow {
|
||||
background-color: #5cb85c !important;
|
||||
--bs-table-accent-bg: none;
|
||||
}
|
||||
|
||||
.border-top {
|
||||
|
|
|
@ -4,15 +4,20 @@
|
|||
|
||||
.table {
|
||||
--bs-table-border-color: #444444;
|
||||
--bs-table-striped-bg: #303030;
|
||||
--bs-table-color: #fff;
|
||||
--bs-table-striped-color: #fff;
|
||||
--bs-table-active-color: #fff;
|
||||
--bs-table-hover-color: #fff;
|
||||
--bs-table-accent-bg: #303030;
|
||||
}
|
||||
|
||||
.table > tbody > odd, .tabledxcc > tbody, .tablecq > tbody, #doktable > tbody, .tableiota > tbody, .tablewas > tbody, #qsoList > tbody {
|
||||
--bs-table-accent-bg: #303030;
|
||||
.qslprint {
|
||||
--bs-table-striped-bg: none;
|
||||
}
|
||||
|
||||
.table-striped tbody > tr.activeRow {
|
||||
background-color: #5cb85c !important;
|
||||
--bs-table-accent-bg: none;
|
||||
}
|
||||
|
||||
.border-top {
|
||||
|
|
|
@ -614,6 +614,10 @@ div#station_logbooks_linked_table_paginate {
|
|||
position: absolute;
|
||||
}
|
||||
|
||||
.simplefle {
|
||||
--bs-card-bg: none;
|
||||
}
|
||||
|
||||
.red {
|
||||
color: var(--red);
|
||||
}
|
||||
|
|
|
@ -15,6 +15,11 @@ body {
|
|||
--bs-table-accent-bg: #2b3e50;
|
||||
}
|
||||
|
||||
.table-striped tbody > tr.activeRow {
|
||||
background-color: #5cb85c !important;
|
||||
--bs-table-accent-bg: none;
|
||||
}
|
||||
|
||||
.border-top {
|
||||
--bs-border-color: #253544;
|
||||
}
|
||||
|
|
|
@ -15,6 +15,11 @@ body {
|
|||
--bs-table-accent-bg: #2b3e50;
|
||||
}
|
||||
|
||||
.table-striped tbody > tr.activeRow {
|
||||
background-color: #5cb85c !important;
|
||||
--bs-table-accent-bg: none;
|
||||
}
|
||||
|
||||
.border-top {
|
||||
--bs-border-color: #253544;
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue