Advertisement
Aurangajeb

Custom CSS to disable Hotspot widget pulse animation and shadow

Apr 30th, 2021
1,605
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.25 KB | None | 0 0
  1. /**
  2. * Custom CSS to disable Hotspot widget pulse animation and shadow
  3. **/
  4. .ha-hotspots .ha-hotspots__item:after {
  5.     -webkit-animation: none !important;
  6.     animation: none !important;
  7.    
  8. }
  9. .ha-hotspots .ha-hotspots__item {
  10.     box-shadow: none !important;
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement