Merge pull request #2795 from HB9HIL/simplefle_bs5

[BS5] SimpleFLE and Tables
这个提交包含在:
Peter Goodhall 2023-12-07 21:40:17 +00:00 提交者 GitHub
当前提交 9bc36fa9be
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23
共有 8 个文件被更改,包括 42 次插入6 次删除

查看文件

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

查看文件

@ -9,10 +9,16 @@
--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 {

查看文件

@ -9,10 +9,16 @@
--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 {

查看文件

@ -602,6 +602,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;
}