no box-shadow on the navigation elements
This commit is contained in:
parent
3629bbbc2e
commit
e93e200a1d
1 changed files with 3 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue