From 5e697515199a0dd7ffb0b5126f99026bb8349727 Mon Sep 17 00:00:00 2001 From: dMetzger Date: Mon, 6 Feb 2012 13:41:53 +0000 Subject: [PATCH] // Box shadow in the back office is now smaller git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13023 b9a71923-0436-4b27-9f14-aed3839534dd --- admin-dev/themes/default/css/admin.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/default/css/admin.css b/admin-dev/themes/default/css/admin.css index b1b14d0bd..3a67906b8 100644 --- a/admin-dev/themes/default/css/admin.css +++ b/admin-dev/themes/default/css/admin.css @@ -104,7 +104,7 @@ input.button[disabled=disabled]:hover{background-color:#FFF6D3} #header #menu li.maintab:hover, #header #menu li.active {border-left:1px solid #49B2FF;border-right:1px solid #49B2FF;} #header #menu li.active span.title, #header #menu li:hover span.title {color:#fff; text-shadow: -1px -1px 0 #3293D6;} #header #menu .withLeftBorder{background:transparent url('../img/separator_subnav.png') no-repeat 0 5px} -#header #menu .submenu{background:#f8f8f8;clear:both;margin:0;padding:0;border:1px solid #d9d9d9;z-index:9999; box-shadow: 1px 5px 10px #CCCCCC; -moz-box-shadow:1px 5px 10px #CCCCCC; -webkit-box-shadow:1px 5px 10px #CCCCCC;} +#header #menu .submenu{background:#f8f8f8;clear:both;margin:0;padding:0;border:1px solid #d9d9d9;z-index:9999; box-shadow: 1px 5px 5px #CCCCCC; -moz-box-shadow:1px 5px 10px #CCCCCC; -webkit-box-shadow:1px 5px 10px #CCCCCC;} #header #menu .submenu li{list-style:none;margin:0;padding:0;display:block;} #header #menu .submenu li a{ font-size:12px;display:block;padding: 5px 15px 5px 10px; color:#666666;border-top:1px solid #fff; border-bottom:1px solid #ccc;} #header #menu .submenu li a:hover { background-color:#eee; text-shadow:0 1px 0 #fff;}