fixed style on dashboard

pull/2707/head
HB9HIL 2023-11-25 22:43:23 +01:00
rodzic 349f2eecf5
commit 2d2b4f1c26
5 zmienionych plików z 35 dodań i 9 usunięć

Wyświetl plik

@ -121,7 +121,7 @@ function echoQrbCalcLink($mygrid, $grid, $vucc) {
<div class="col-sm-8">
<div class="table-responsive">
<table class="table table-striped table-hover">
<table class="table table-striped table-hover border-top">
<thead>
<tr class="titles">
@ -189,7 +189,7 @@ function echoQrbCalcLink($mygrid, $grid, $vucc) {
<div id="radio_display" hx-get="<?php echo site_url('visitor/radio_display_component'); ?>" hx-trigger="load, every 5s"></div>
<table class="table table-striped">
<table class="table table-striped border-top">
<tr class="titles">
<td colspan="2"><i class="fas fa-chart-bar"></i> <?php echo lang('dashboard_qso_breakdown'); ?></td>
</tr>
@ -212,7 +212,7 @@ function echoQrbCalcLink($mygrid, $grid, $vucc) {
<table class="table table-striped">
<table class="table table-striped border-top">
<tr class="titles">
<td colspan="2"><i class="fas fa-globe-europe"></i> <?php echo lang('dashboard_countries_breakdown'); ?></td>
</tr>
@ -237,7 +237,7 @@ function echoQrbCalcLink($mygrid, $grid, $vucc) {
</table>
<?php if((($this->config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE) && ($total_qsl_sent != 0 || $total_qsl_rcvd != 0 || $total_qsl_requested != 0)) { ?>
<table class="table table-striped">
<table class="table table-striped border-top">
<tr class="titles">
<td colspan="2"><i class="fas fa-envelope"></i> <?php echo lang('general_word_qslcards'); ?></td>
<td colspan="1"><?php echo lang('general_word_today'); ?></td>
@ -264,7 +264,7 @@ function echoQrbCalcLink($mygrid, $grid, $vucc) {
<?php } ?>
<?php if((($this->config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE) && ($total_eqsl_sent != 0 || $total_eqsl_rcvd != 0)) { ?>
<table class="table table-striped">
<table class="table table-striped border-top">
<tr class="titles">
<td colspan="2"><i class="fas fa-address-card"></i> <?php echo lang('general_word_eqslcards'); ?></td>
<td colspan="1"><?php echo lang('general_word_today'); ?></td>
@ -285,7 +285,7 @@ function echoQrbCalcLink($mygrid, $grid, $vucc) {
<?php } ?>
<?php if((($this->config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE) && ($total_lotw_sent != 0 || $total_lotw_rcvd != 0)) { ?>
<table class="table table-striped">
<table class="table table-striped border-top">
<tr class="titles">
<td colspan="2"><i class="fas fa-list"></i> <?php echo lang('general_word_lotw'); ?></td>
<td colspan="1"><?php echo lang('general_word_today'); ?></td>
@ -306,7 +306,7 @@ function echoQrbCalcLink($mygrid, $grid, $vucc) {
<?php } ?>
<?php if((($this->config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE)) { ?>
<table class="table table-striped">
<table class="table table-striped border-top">
<tr class="titles">
<td colspan="2"><i class="fas fa-globe-europe"></i> VUCC-Grids</td>
<td colspan="1">SAT</td>

Wyświetl plik

@ -10,6 +10,9 @@
color: white;
}
.border-top {
--bs-border-color: #282828;
}
/*
* Dark Maps
*/

Wyświetl plik

@ -3,7 +3,7 @@
*/
.table {
--bs-table-border-color: grey;
--bs-table-border-color: #444444;
--bs-table-striped-bg: #303030;
--bs-table-color: #fff;
--bs-table-striped-color: #fff;
@ -11,6 +11,18 @@
--bs-table-hover-color: #fff;
}
.table > tbody > odd {
--bs-table-accent-bg: #303030;
}
.border-top {
--bs-border-color: #444444;
}
.text-bg-light {
color: black !important;
}
.dxccBgDanger a {
color: white;
}

Wyświetl plik

@ -9,6 +9,10 @@
display: none !important;
}
a {
text-decoration: none !important;
}
.main-nav .container {
margin-top: 0px !important;
}
@ -172,7 +176,6 @@ TD.eqsl {
.eqsl-green {
color: #00a000 !important;
font-size: 1.1em;
text-decoration: none !important;
}
.eqsl-red {
color: #f00 !important;
@ -455,6 +458,10 @@ div#station_logbooks_linked_table_paginate {
--bs-table-bg: none;
}
.border-top {
--bs-border-color: #dee2e6;
}
.activeRow a {
color: #fff !important;
}

Wyświetl plik

@ -15,6 +15,10 @@ body {
--bs-table-accent-bg: #2b3e50;
}
.border-top {
--bs-border-color: #253544;
}
/*
* Maps
*/