diff --git a/themes/lumbung-theme/static/css/video-box.css b/themes/lumbung-theme/static/css/video-box.css index 9cae13a..fb6ac4a 100644 --- a/themes/lumbung-theme/static/css/video-box.css +++ b/themes/lumbung-theme/static/css/video-box.css @@ -145,11 +145,11 @@ input:checked + label + .video.date +.description { } .video-thumbnail:hover { - text-decoration:none!important + text-decoration:none !important; } .video-thumbnail:hover .play-overlay { - opacity:1 + opacity: 1; } .video-thumbnail:hover .play-overlay .play-icon { - transform:translate(-50%,-50%) scale(1) + transform:translate(-50%,-50%) scale(1); }