From 0268bf0dcab30913bb49d771d2b2262764d63faf Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Wed, 10 Oct 2012 17:54:33 +0300 Subject: [PATCH] nice shadow effect for util submenu --- web/templates/header.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/templates/header.html b/web/templates/header.html index fb3562f51..e4d408aad 100644 --- a/web/templates/header.html +++ b/web/templates/header.html @@ -190,6 +190,8 @@ text-align: left; vertical-align:top; padding: 0px 10px 0px 0; + background: none repeat scroll 0% 0% white; + box-shadow: 0px 8px 8px rgb(255, 255, 255); } .select-controls {