diff --git a/gui/definitions/ConfigureMeetingWindow.xml b/gui/definitions/ConfigureMeetingWindow.xml
index 8923960f..e9f3abf2 100644
--- a/gui/definitions/ConfigureMeetingWindow.xml
+++ b/gui/definitions/ConfigureMeetingWindow.xml
@@ -313,6 +313,9 @@
0
True
+
False
@@ -336,6 +339,9 @@
As a super user you will be able to do things that others do not, such as silencing another user or expelling him/her from the meeting, etc.
True
+
False
diff --git a/sass/ui/configure-meeting-window.scss b/sass/ui/configure-meeting-window.scss
index e69de29b..7a6ac15e 100644
--- a/sass/ui/configure-meeting-window.scss
+++ b/sass/ui/configure-meeting-window.scss
@@ -0,0 +1,3 @@
+.GtkCheckButton {
+ color: black;
+}