From 7aab572bf4b698a26f4b4acf3d1fb734b47e1be0 Mon Sep 17 00:00:00 2001 From: Amauri CHAMPEAUX Date: Tue, 11 Sep 2018 11:10:28 +0200 Subject: [PATCH] Add box shadow to the main panel --- css/tarteaucitron.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/tarteaucitron.css b/css/tarteaucitron.css index 2b28457..68ce9d9 100644 --- a/css/tarteaucitron.css +++ b/css/tarteaucitron.css @@ -66,6 +66,10 @@ div#tarteaucitronServices { outline: 0px solid slategrey; } +div#tarteaucitronServices { + box-shadow: 0 0 35px #575757; +} + /*** * Responsive layout for the control panel */