mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-26 04:48:29 +00:00
Disabled buttons
This commit is contained in:
parent
c18e0d4e53
commit
e0620aecbd
12
main.css
12
main.css
@ -5351,9 +5351,15 @@ body.darktheme .invite_setting_group_links a {
|
|||||||
box-shadow: 0px 0px 15px var(--codirector-box);
|
box-shadow: 0px 0px 15px var(--codirector-box);
|
||||||
display: var(--show-codirectors) !important;
|
display: var(--show-codirectors) !important;
|
||||||
}
|
}
|
||||||
|
/* Buttons to disable due to them being a director */
|
||||||
.disabled {
|
.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;
|
opacity: 0.5;
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user