From afb65e78c02ce142810a4e2c93bac20fa78e53c7 Mon Sep 17 00:00:00 2001 From: "Mark (Steve) Firth" Date: Mon, 13 Nov 2017 23:34:13 +1000 Subject: [PATCH] Video CSS Now With Body ID Cleaner code. :) --- public/assets/css/general.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/public/assets/css/general.css b/public/assets/css/general.css index 931b5939..d8d8389c 100644 --- a/public/assets/css/general.css +++ b/public/assets/css/general.css @@ -520,14 +520,13 @@ table { display: block; margin: 0 auto; background-color: #fff; + cursor: pointer; } -#video-player { - cursor: pointer; +#showlite-body #video-player { margin-top: 2%; padding: 6px; max-width: 50%; border: 1px solid #d0d0d0; - box-shadow: 0 0 50px -6px rgba(0, 0, 0, 0.72); } .showlite-asset { max-width: 100%;