mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-29 02:03:03 +08:00
UI: Fix theme issues with vis/lock checkboxes
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user