cmoreira

BXSlider - Soft Edges

Apr 29th, 2016
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.33 KB | None | 0 0
  1. .bx-viewport:after {
  2.     content: "";
  3.    
  4.     /* Expand element */
  5.     position: absolute;
  6.     left: 0px;
  7.     top: 0px;
  8.     right: 0px;
  9.     bottom: 0px;
  10.  
  11.     box-shadow: inset 75px 0px 80px -30px rgba(255,255,255,1),inset -75px 0px 80px -30px rgba(255,255,255,1);
  12.    
  13.     /* Disable click events */
  14.     pointer-events: none;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment