From b5ddd6b9dfdb52b0de8aba7834f6a62fd39b7ac7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torbj=C3=B6rn=20Svang=C3=A5rd?= Date: Tue, 6 Apr 2021 09:51:01 +0200 Subject: [PATCH] Add black background for navigation arrow --- .../lightbox/controls/controls.lightbox.gallery.component.css | 2 ++ 1 file changed, 2 insertions(+) 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 47a520c6..92549ffb 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 @@ -10,6 +10,8 @@ cursor: pointer; font-size: xx-large; left: 0; + background-color:rgba(0,0,0,0.2); + border-radius: 5px !important; } .navigation-arrow span {