From cb060e40e70281e0647936b95cf685369957e61c Mon Sep 17 00:00:00 2001 From: Olha Kashyrina Date: Thu, 15 Feb 2024 09:53:20 +0100 Subject: [PATCH] Update with character counter --- Dockerfile | 2 +- app/static/css/style.css | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 66ea7a6..47eedec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # start by pulling the python image -FROM quay.io/stackmon/status-dashboard:change_95_latest +FROM quay.io/stackmon/status-dashboard:change_104_latest # copy the requirements file into the image COPY ./app /app/app diff --git a/app/static/css/style.css b/app/static/css/style.css index 84960ee..64bed72 100644 --- a/app/static/css/style.css +++ b/app/static/css/style.css @@ -363,6 +363,10 @@ tbody:nth-child(odd) { margin-left: 30px; } +.counter-red { + color: var(--dt-color-red-60); +} + /* Navbar */ nav.navbar .navbar-nav > a { color: var(--dt-color-white);