From e0620aecbd77bfc482cb587bc32813ab5e3404df Mon Sep 17 00:00:00 2001 From: lindenkron Date: Tue, 18 Apr 2023 01:23:39 +0200 Subject: [PATCH] Disabled buttons --- main.css | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/main.css b/main.css index eddf6d4..c51ac81 100644 --- a/main.css +++ b/main.css @@ -5351,9 +5351,15 @@ body.darktheme .invite_setting_group_links a { box-shadow: 0px 0px 15px var(--codirector-box); display: var(--show-codirectors) !important; } - -.disabled { +/* Buttons to disable due to them being a director */ +.directorBoxColor button[data-action-type="hangup"], +.directorBoxColor button[data-action-type="toggle-remote-speaker"], +.directorBoxColor button[data-action-type="toggle-remote-display"], +.directorBoxColor button[data-action-type="mute-video-guest"], +.directorBoxColor button[data-action-type="advanced-camera-settings"], +.directorBoxColor button[data-action-type="advanced-audio-settings"] { opacity: 0.5; cursor: not-allowed; pointer-events: none; -} \ No newline at end of file +} + \ No newline at end of file