From 77e3f073911ef35ebc187d9823ec1b0cef63d5cb Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Mon, 19 Mar 2018 14:19:34 +0530 Subject: [PATCH] Move lower half border to child elements to show transparent border --- src/Components/IsNiftyOpenApp/App.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Components/IsNiftyOpenApp/App.css b/src/Components/IsNiftyOpenApp/App.css index 558cf98..bc24ca2 100644 --- a/src/Components/IsNiftyOpenApp/App.css +++ b/src/Components/IsNiftyOpenApp/App.css @@ -55,7 +55,10 @@ .App .lower-half { width: 100%; height: 20vh; - border-top: 5px solid antiquewhite; +} + +.App .OpenXDayMini, .App .NextOpenCloseMini { + border-top: 5px solid rgba(255, 255, 255, 0.75); } .App .OpenXDay-container {