diff --git a/application/views/dashboard/index.php b/application/views/dashboard/index.php
index 38117e8f..051b1164 100644
--- a/application/views/dashboard/index.php
+++ b/application/views/dashboard/index.php
@@ -121,7 +121,7 @@ function echoQrbCalcLink($mygrid, $grid, $vucc) {
-
+
@@ -189,7 +189,7 @@ function echoQrbCalcLink($mygrid, $grid, $vucc) {
-
+
| |
@@ -212,7 +212,7 @@ function echoQrbCalcLink($mygrid, $grid, $vucc) {
-
+
| |
@@ -237,7 +237,7 @@ function echoQrbCalcLink($mygrid, $grid, $vucc) {
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)) { ?>
-
+
| |
|
@@ -264,7 +264,7 @@ function echoQrbCalcLink($mygrid, $grid, $vucc) {
config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE) && ($total_eqsl_sent != 0 || $total_eqsl_rcvd != 0)) { ?>
-
+
| |
|
@@ -285,7 +285,7 @@ function echoQrbCalcLink($mygrid, $grid, $vucc) {
config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE) && ($total_lotw_sent != 0 || $total_lotw_rcvd != 0)) { ?>
-
+
| |
|
@@ -306,7 +306,7 @@ function echoQrbCalcLink($mygrid, $grid, $vucc) {
config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE)) { ?>
-
+
| VUCC-Grids |
SAT |
diff --git a/assets/css/cyborg/overrides.css b/assets/css/cyborg/overrides.css
index ff065b67..fedc312b 100644
--- a/assets/css/cyborg/overrides.css
+++ b/assets/css/cyborg/overrides.css
@@ -10,6 +10,9 @@
color: white;
}
+.border-top {
+ --bs-border-color: #282828;
+}
/*
* Dark Maps
*/
diff --git a/assets/css/darkly/overrides.css b/assets/css/darkly/overrides.css
index 14a619c2..bf441a24 100644
--- a/assets/css/darkly/overrides.css
+++ b/assets/css/darkly/overrides.css
@@ -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;
}
diff --git a/assets/css/general.css b/assets/css/general.css
index c10ff406..faa7beab 100644
--- a/assets/css/general.css
+++ b/assets/css/general.css
@@ -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;
}
diff --git a/assets/css/superhero/overrides.css b/assets/css/superhero/overrides.css
index dc9a31b3..a7072ecc 100644
--- a/assets/css/superhero/overrides.css
+++ b/assets/css/superhero/overrides.css
@@ -15,6 +15,10 @@ body {
--bs-table-accent-bg: #2b3e50;
}
+.border-top {
+ --bs-border-color: #253544;
+}
+
/*
* Maps
*/