From 50bf34fd151dd4b84ba2561601a9e7de5191cc6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbj=C3=B6rn=20Svang=C3=A5rd?= Date: Mon, 5 Apr 2021 21:07:18 +0200 Subject: [PATCH] Make face name font bold --- .../lightbox/controls/controls.lightbox.gallery.component.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.css b/src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.css index 33ff29a4..fad0a2df 100644 --- a/src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.css +++ b/src/frontend/app/ui/gallery/lightbox/controls/controls.lightbox.gallery.component.css @@ -234,6 +234,7 @@ input[type="range"].zoom-progress::-moz-range-track { color: white; text-align: center; display: table; + font-weight: bold; background-color:rgba(0,0,0,0.2); border-radius: 5px !important; }