From e4e82fb10bd57b85f128b5d6a31a431b5ff53975 Mon Sep 17 00:00:00 2001 From: lewa <lene.wasskog@nibio.no> Date: Tue, 14 May 2024 18:24:22 +0200 Subject: [PATCH] chore: Remove red test header --- src/components/CommonUtil.vue | 3 +-- static/css/vipsobsapp.css | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/CommonUtil.vue b/src/components/CommonUtil.vue index 709d278..8162f24 100644 --- a/src/components/CommonUtil.vue +++ b/src/components/CommonUtil.vue @@ -113,8 +113,7 @@ return ""; }, setHeaderTitle: function (headerTitle) { - const title = "TEST " + headerTitle; - document.getElementById("appHeader").innerHTML = title.length > 15 ? title.substring(0, 15) + "..." : title; + document.getElementById("appHeader").innerHTML = headerTitle; }, getSystemLocale: function() { return "nb"; diff --git a/static/css/vipsobsapp.css b/static/css/vipsobsapp.css index 78520fd..3c3e42c 100644 --- a/static/css/vipsobsapp.css +++ b/static/css/vipsobsapp.css @@ -7,7 +7,7 @@ body { } .navbar { - background-color: red !important; + background-color: #3d8052 !important; } .offcanvas-collapse { -- GitLab