提交 507cfe3e 编写于 作者: C Clayton Groeneveld

UI: Fix theme issues with vis/lock checkboxes

上级 0677fe2b
...@@ -932,6 +932,13 @@ OBSBasicSettings { ...@@ -932,6 +932,13 @@ OBSBasicSettings {
LockedCheckBox { LockedCheckBox {
outline: none; outline: none;
background: transparent;
padding: 0px;
}
LockedCheckBox::indicator {
width: 16px;
height: 16px;
} }
LockedCheckBox::indicator:checked { LockedCheckBox::indicator:checked {
...@@ -954,6 +961,13 @@ LockedCheckBox::indicator:unchecked:hover { ...@@ -954,6 +961,13 @@ LockedCheckBox::indicator:unchecked:hover {
VisibilityCheckBox { VisibilityCheckBox {
outline: none; outline: none;
background: transparent;
padding: 0px;
}
VisibilityCheckBox::indicator {
width: 16px;
height: 16px;
} }
VisibilityCheckBox::indicator:checked { VisibilityCheckBox::indicator:checked {
......
...@@ -722,6 +722,7 @@ OBSBasicSettings { ...@@ -722,6 +722,7 @@ OBSBasicSettings {
LockedCheckBox { LockedCheckBox {
outline: none; outline: none;
background: transparent;
} }
LockedCheckBox::indicator:checked { LockedCheckBox::indicator:checked {
...@@ -736,6 +737,7 @@ LockedCheckBox::indicator:unchecked { ...@@ -736,6 +737,7 @@ LockedCheckBox::indicator:unchecked {
VisibilityCheckBox { VisibilityCheckBox {
outline: none; outline: none;
background: transparent;
} }
VisibilityCheckBox::indicator:checked { VisibilityCheckBox::indicator:checked {
......
...@@ -1288,6 +1288,12 @@ OBSBasicSettings { ...@@ -1288,6 +1288,12 @@ OBSBasicSettings {
LockedCheckBox { LockedCheckBox {
outline: none; outline: none;
background: transparent;
}
LockedCheckBox::indicator {
width: 16px;
height: 16px;
} }
LockedCheckBox::indicator:checked { LockedCheckBox::indicator:checked {
...@@ -1310,6 +1316,12 @@ LockedCheckBox::indicator:unchecked:hover { ...@@ -1310,6 +1316,12 @@ LockedCheckBox::indicator:unchecked:hover {
VisibilityCheckBox { VisibilityCheckBox {
outline: none; outline: none;
background: transparent;
}
VisibilityCheckBox::indicator {
width: 16px;
height: 16px;
} }
VisibilityCheckBox::indicator:checked { VisibilityCheckBox::indicator:checked {
......
...@@ -166,6 +166,7 @@ OBSBasicSettings { ...@@ -166,6 +166,7 @@ OBSBasicSettings {
LockedCheckBox { LockedCheckBox {
outline: none; outline: none;
background: transparent;
} }
LockedCheckBox::indicator:checked { LockedCheckBox::indicator:checked {
...@@ -180,6 +181,7 @@ LockedCheckBox::indicator:unchecked { ...@@ -180,6 +181,7 @@ LockedCheckBox::indicator:unchecked {
VisibilityCheckBox { VisibilityCheckBox {
outline: none; outline: none;
background: transparent;
} }
VisibilityCheckBox::indicator:checked { VisibilityCheckBox::indicator:checked {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册