Merge branch 'dev' into qrz_down

pull/2792/head
int2001 2023-12-08 07:35:27 +00:00
commit 6253c133fa
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: DFB1C13CD2DB037B
10 zmienionych plików z 44 dodań i 10 usunięć

Wyświetl plik

@ -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>

Wyświetl plik

@ -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 } ?>

Wyświetl plik

@ -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>

Wyświetl plik

@ -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;
}

Wyświetl plik

@ -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;
}

Wyświetl plik

@ -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 {

Wyświetl plik

@ -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 {

Wyświetl plik

@ -614,6 +614,10 @@ div#station_logbooks_linked_table_paginate {
position: absolute;
}
.simplefle {
--bs-card-bg: none;
}
.red {
color: var(--red);
}

Wyświetl plik

@ -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;
}

Wyświetl plik

@ -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;
}