diff --git a/UI/data/themes/Acri.qss b/UI/data/themes/Acri.qss index ab452ec78263ea244a6b9573a7cb47d6c809ee1f..25d4f297d14cb2e661e38f77894d674b695365c4 100644 --- a/UI/data/themes/Acri.qss +++ b/UI/data/themes/Acri.qss @@ -932,6 +932,13 @@ OBSBasicSettings { LockedCheckBox { outline: none; + background: transparent; + padding: 0px; +} + +LockedCheckBox::indicator { + width: 16px; + height: 16px; } LockedCheckBox::indicator:checked { @@ -954,6 +961,13 @@ LockedCheckBox::indicator:unchecked:hover { VisibilityCheckBox { outline: none; + background: transparent; + padding: 0px; +} + +VisibilityCheckBox::indicator { + width: 16px; + height: 16px; } VisibilityCheckBox::indicator:checked { diff --git a/UI/data/themes/Dark.qss b/UI/data/themes/Dark.qss index cc78feda0ed1358bb138d973fa513b74626746f6..08f4ea1e4322be38b171b44a57276845c8fcc03a 100644 --- a/UI/data/themes/Dark.qss +++ b/UI/data/themes/Dark.qss @@ -722,6 +722,7 @@ OBSBasicSettings { LockedCheckBox { outline: none; + background: transparent; } LockedCheckBox::indicator:checked { @@ -736,6 +737,7 @@ LockedCheckBox::indicator:unchecked { VisibilityCheckBox { outline: none; + background: transparent; } VisibilityCheckBox::indicator:checked { diff --git a/UI/data/themes/Rachni.qss b/UI/data/themes/Rachni.qss index 5ccd1e9c644dd007d0a4770f4f2a38296287aac7..3794d2599ee162fb49be46ede4e2bdc1a40d7a6a 100644 --- a/UI/data/themes/Rachni.qss +++ b/UI/data/themes/Rachni.qss @@ -1288,6 +1288,12 @@ OBSBasicSettings { LockedCheckBox { outline: none; + background: transparent; +} + +LockedCheckBox::indicator { + width: 16px; + height: 16px; } LockedCheckBox::indicator:checked { @@ -1310,6 +1316,12 @@ LockedCheckBox::indicator:unchecked:hover { VisibilityCheckBox { outline: none; + background: transparent; +} + +VisibilityCheckBox::indicator { + width: 16px; + height: 16px; } VisibilityCheckBox::indicator:checked { diff --git a/UI/data/themes/System.qss b/UI/data/themes/System.qss index 192c7ce09547d416c971e2b5f31a387bfbbaa98c..d9eff8c3436e8453a6f88c1242223c996d4fcd6f 100644 --- a/UI/data/themes/System.qss +++ b/UI/data/themes/System.qss @@ -166,6 +166,7 @@ OBSBasicSettings { LockedCheckBox { outline: none; + background: transparent; } LockedCheckBox::indicator:checked { @@ -180,6 +181,7 @@ LockedCheckBox::indicator:unchecked { VisibilityCheckBox { outline: none; + background: transparent; } VisibilityCheckBox::indicator:checked {