diff --git a/application/views/bandmap/list.php b/application/views/bandmap/list.php
index 4fbebb890..ff9923cd4 100644
--- a/application/views/bandmap/list.php
+++ b/application/views/bandmap/list.php
@@ -13,12 +13,12 @@
.kHz::after {
content: " kHz";
}
+
.fresh{
-webkit-transition: all 15s ease;
-moz-transition: all 15s ease;
-o-transition: all 15s ease;
transition: all 15s ease;
- --bs-table-bg: #5dade2;
--bs-table-accent-bg: #5dade2;
}
diff --git a/application/views/interface_assets/header.php b/application/views/interface_assets/header.php
index dc1c46223..590936b65 100644
--- a/application/views/interface_assets/header.php
+++ b/application/views/interface_assets/header.php
@@ -10,6 +10,10 @@
+
+
+
+
optionslib->get_theme()) { ?>
@@ -38,9 +42,6 @@
-
-
-
uri->segment(1) == "sattimers") { ?>
diff --git a/assets/js/sections/bandmap_list.js b/assets/js/sections/bandmap_list.js
index 4b16a8846..87a371e0f 100644
--- a/assets/js/sections/bandmap_list.js
+++ b/assets/js/sections/bandmap_list.js
@@ -109,7 +109,7 @@ $(function() {
}
});
setTimeout(function(){ // Remove Highlights within 15sec
- $(".fresh").removeClass("bg-info");
+ $(".fresh").removeClass("table-info");
},1000);
} else {
table.clear();