From 4861e427981a682f7303bb2b2089afbe83b0ee32 Mon Sep 17 00:00:00 2001 From: Ian Renton Date: Fri, 27 Mar 2026 08:05:47 +0000 Subject: [PATCH] Reduce general blueness levels --- templates/about.html | 2 +- templates/add_spot.html | 6 +++--- templates/alerts.html | 4 ++-- templates/bands.html | 6 +++--- templates/base.html | 8 ++++---- templates/cards/worked-calls.html | 2 +- templates/map.html | 6 +++--- templates/spots.html | 6 +++--- templates/status.html | 4 ++-- templates/widgets/display-area-header.html | 2 +- templates/widgets/filters-area-header.html | 2 +- templates/widgets/filters-display-buttons.html | 4 ++-- templates/widgets/run-pause.html | 4 ++-- webassets/css/style.css | 2 +- webassets/js/common.js | 2 +- webassets/js/spotsbandsandmap.js | 12 ++++++------ 16 files changed, 36 insertions(+), 36 deletions(-) diff --git a/templates/about.html b/templates/about.html index 546314b..1eaf3ac 100644 --- a/templates/about.html +++ b/templates/about.html @@ -66,7 +66,7 @@

This software is dedicated to the memory of Tom G1PJB, SK, a friend and colleague who sadly passed away around the time I started writing it in Autumn 2025. I was looking forward to showing it to you when it was done.

- + {% end %} \ No newline at end of file diff --git a/templates/add_spot.html b/templates/add_spot.html index 1641404..180924d 100644 --- a/templates/add_spot.html +++ b/templates/add_spot.html @@ -10,7 +10,7 @@
-
+
Add a Spot @@ -69,8 +69,8 @@
- - + + {% end %} \ No newline at end of file diff --git a/templates/alerts.html b/templates/alerts.html index 97bd949..5cd05e3 100644 --- a/templates/alerts.html +++ b/templates/alerts.html @@ -56,8 +56,8 @@
- - + + {% end %} \ No newline at end of file diff --git a/templates/bands.html b/templates/bands.html index f3a100a..a417450 100644 --- a/templates/bands.html +++ b/templates/bands.html @@ -62,9 +62,9 @@ - - - + + + {% end %} \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index 3935bde..4c3544b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -46,10 +46,10 @@ crossorigin="anonymous"> - - - - + + + + diff --git a/templates/cards/worked-calls.html b/templates/cards/worked-calls.html index 123e199..8721ab3 100644 --- a/templates/cards/worked-calls.html +++ b/templates/cards/worked-calls.html @@ -1,6 +1,6 @@
Worked Calls
- +
\ No newline at end of file diff --git a/templates/map.html b/templates/map.html index 2c2377f..d478314 100644 --- a/templates/map.html +++ b/templates/map.html @@ -70,9 +70,9 @@ - - - + + + {% end %} \ No newline at end of file diff --git a/templates/spots.html b/templates/spots.html index 3e21804..a3d6d79 100644 --- a/templates/spots.html +++ b/templates/spots.html @@ -87,9 +87,9 @@ - - - + + + {% end %} \ No newline at end of file diff --git a/templates/status.html b/templates/status.html index 08e238c..fb520e2 100644 --- a/templates/status.html +++ b/templates/status.html @@ -3,8 +3,8 @@
- - + + {% end %} \ No newline at end of file diff --git a/templates/widgets/display-area-header.html b/templates/widgets/display-area-header.html index 34dfd27..40b27d2 100644 --- a/templates/widgets/display-area-header.html +++ b/templates/widgets/display-area-header.html @@ -1,4 +1,4 @@ -
+
Display diff --git a/templates/widgets/filters-area-header.html b/templates/widgets/filters-area-header.html index d97d75e..dd2a09e 100644 --- a/templates/widgets/filters-area-header.html +++ b/templates/widgets/filters-area-header.html @@ -1,4 +1,4 @@ -
+
Filters diff --git a/templates/widgets/filters-display-buttons.html b/templates/widgets/filters-display-buttons.html index f960569..f6cf612 100644 --- a/templates/widgets/filters-display-buttons.html +++ b/templates/widgets/filters-display-buttons.html @@ -1,4 +1,4 @@
- - + +
\ No newline at end of file diff --git a/templates/widgets/run-pause.html b/templates/widgets/run-pause.html index 51e3c65..5c36831 100644 --- a/templates/widgets/run-pause.html +++ b/templates/widgets/run-pause.html @@ -1,7 +1,7 @@ - + - + \ No newline at end of file diff --git a/webassets/css/style.css b/webassets/css/style.css index 60a00d9..5c87f8d 100644 --- a/webassets/css/style.css +++ b/webassets/css/style.css @@ -223,7 +223,7 @@ div#map { } /* Make buttons overlaid on the map have a non-transparent fill so you can see the text better */ -.btn-outline-primary { +.btn-outline-secondary { --bs-btn-bg: var(--bs-body-bg) !important; } diff --git a/webassets/js/common.js b/webassets/js/common.js index d74e458..6906f26 100644 --- a/webassets/js/common.js +++ b/webassets/js/common.js @@ -96,7 +96,7 @@ function allFilterOptionsSelected(parameter) { function generateMultiToggleFilterCard(elementID, filterQuery, options) { // Create a button for each option options.forEach(o => { - $(elementID).append(` `); + $(elementID).append(` `); }); // Create All/None buttons $(elementID).append(`  `); diff --git a/webassets/js/spotsbandsandmap.js b/webassets/js/spotsbandsandmap.js index 807aef0..0c65092 100644 --- a/webassets/js/spotsbandsandmap.js +++ b/webassets/js/spotsbandsandmap.js @@ -12,7 +12,7 @@ function addBandToggleColourCSS(band_options) { var $style = $('