From c72b5194ddba5fd03eb4bf2ce7899a006bf1abb7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Wed, 9 Sep 2020 15:43:27 +0300 Subject: [PATCH] custom.css for modal image --- public/css/custom.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/public/css/custom.css b/public/css/custom.css index 4116a5ff6..1d70d1b10 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -833,7 +833,14 @@ table .align-items-center td span.badge { /*--lightbox Start--*/ .vue-lb-info { position: initial !important; - background-color: rgb(60 63 114) !important; padding-top: 8px !important; + background-color: #3c3f72 !important; + color: #ffffff; + border-bottom-left-radius: 0.375rem; + border-bottom-right-radius: 0.375rem; +} + +.vue-lb-modal-image { + border: 1px solid #3c3f72; } /*--lightbox Finish--*/