no box-shadow on the navigation elements

This commit is contained in:
Bala Clark 2011-09-03 08:57:27 +02:00
parent 3629bbbc2e
commit e93e200a1d

View file

@ -26,6 +26,9 @@
width: 128px; width: 128px;
opacity: 0; opacity: 0;
background: center no-repeat; background: center no-repeat;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
} }
.cb-control.cb-navigate:hover { .cb-control.cb-navigate:hover {