From 2291e4d0bb6ac80b76f83e1ec5c63395669016e5 Mon Sep 17 00:00:00 2001 From: int2001 Date: Wed, 31 Jan 2024 11:34:39 +0000 Subject: [PATCH] Fade-Experiments --- application/views/bandmap/list.php | 2 +- application/views/interface_assets/header.php | 7 ++++--- assets/js/sections/bandmap_list.js | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) 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();