UI: Fix theme issues with vis/lock checkboxes

This commit is contained in:
Clayton Groeneveld
2019-04-27 01:06:41 -05:00
parent 0677fe2b21
commit 507cfe3ea0
4 changed files with 30 additions and 0 deletions
+14
View File
@@ -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 {
+2
View File
@@ -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 {
+12
View File
@@ -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 {
+2
View File
@@ -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 {