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);