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

UI: Fix theme issues with vis/lock checkboxes

上级 0677fe2b
......@@ -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 {
......
......@@ -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 {
......
......@@ -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 {
......
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册