From 9d783a56ef36908b091690cbd0871cd49b9d6ac2 Mon Sep 17 00:00:00 2001 From: Kresten Laust Date: Mon, 4 Dec 2023 19:38:24 +0100 Subject: [PATCH] Fixed heatmap christmas mode styling (#401) * Removed color specification, and made selected mode bold * Removed redundant fill --- stregsystem/templates/stregsystem/purchase_heatmap.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/stregsystem/templates/stregsystem/purchase_heatmap.html b/stregsystem/templates/stregsystem/purchase_heatmap.html index 3ab9af84..ded5dc4b 100644 --- a/stregsystem/templates/stregsystem/purchase_heatmap.html +++ b/stregsystem/templates/stregsystem/purchase_heatmap.html @@ -67,8 +67,6 @@

Forbrugsoversigt (Antal)

.heatmap-label { position: relative; padding: .125em .5em .125em 0; - color: black; - fill: black; font-size: 12.5pt; } .heatmap-label-first { @@ -101,9 +99,12 @@

Forbrugsoversigt (Antal)

.heatmap-cell:hover { border-radius: 5px; } + .heatmap-mode-button { + font-weight: normal; + } .heatmap-mode-button[data-active="yes"] { text-decoration: none; - color: black; + font-weight: bold; cursor: default; }