diff --git a/main.css b/main.css index 7aadc6f..eddf6d4 100644 --- a/main.css +++ b/main.css @@ -5350,4 +5350,10 @@ body.darktheme .invite_setting_group_links a { border: 2px solid var(--codirector-box); box-shadow: 0px 0px 15px var(--codirector-box); display: var(--show-codirectors) !important; +} + +.disabled { + opacity: 0.5; + cursor: not-allowed; + pointer-events: none; } \ No newline at end of file