From e93e200a1de4b35a1d0dc25c4b7b5e8ba0b8c59d Mon Sep 17 00:00:00 2001 From: Bala Clark Date: Sat, 3 Sep 2011 08:57:27 +0200 Subject: [PATCH] no box-shadow on the navigation elements --- css/styles.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/styles.css b/css/styles.css index b28848c..d87e1c9 100644 --- a/css/styles.css +++ b/css/styles.css @@ -26,6 +26,9 @@ width: 128px; opacity: 0; background: center no-repeat; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; } .cb-control.cb-navigate:hover {