From 60be89c26c84d9534a7ed58ac2b0f688934274e6 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Sat, 20 Jan 2018 21:46:09 +0100 Subject: [PATCH] Update style.css --- css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/style.css b/css/style.css index 1c8791e..a36435b 100755 --- a/css/style.css +++ b/css/style.css @@ -374,6 +374,9 @@ body { z-index: 99; } .contain-to-grid .top-bar { background: #fff; + -moz-box-shadow: inset 0 0 2px #000; + -webkit-box-shadow: inset 0 0 2px #000; + box-shadow: inset 0 0 2px #000; max-width: 100%; } .top-bar-section ul li > a {