diff --git a/app/assets/stylesheets/rooms.scss b/app/assets/stylesheets/rooms.scss index e30a2e11..ec6b664f 100644 --- a/app/assets/stylesheets/rooms.scss +++ b/app/assets/stylesheets/rooms.scss @@ -109,3 +109,7 @@ text-decoration: line-through; } +.enabled-setting { + background: lightgray; + pointer-events: none; +} diff --git a/app/views/shared/modals/_create_room_modal.html.erb b/app/views/shared/modals/_create_room_modal.html.erb index 4804d6d7..2534d5b8 100644 --- a/app/views/shared/modals/_create_room_modal.html.erb +++ b/app/views/shared/modals/_create_room_modal.html.erb @@ -45,7 +45,7 @@ <% mute = room_configuration("Room Configuration Mute On Join") %> <% if mute != "disabled" %> -