From 95ae2eab18772178e410b347e71f5a31a274a034 Mon Sep 17 00:00:00 2001 From: Oliver Tacke Date: Sat, 8 Apr 2023 00:34:11 +0200 Subject: [PATCH] Hide fullscreen button for video/DQ of all Columns --- styles/h5p-column.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles/h5p-column.css b/styles/h5p-column.css index 5c85cae..6c24403 100644 --- a/styles/h5p-column.css +++ b/styles/h5p-column.css @@ -82,7 +82,7 @@ } /* Remove fullscreen for video tags and DQ */ -.h5p-interactive-book video::-webkit-media-controls-fullscreen-button, -.h5p-interactive-book .h5p-my-fullscreen-button-enter { +.h5p-column-content video::-webkit-media-controls-fullscreen-button, +.h5p-column-content .h5p-my-fullscreen-button-enter { display: none; }