|
|
|
@ -2484,6 +2484,7 @@ switch:disabled {
|
|
|
|
|
|
|
|
|
|
|
|
switch image {
|
|
|
|
switch image {
|
|
|
|
margin: -8px;
|
|
|
|
margin: -8px;
|
|
|
|
|
|
|
|
color: transparent;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
switch > slider {
|
|
|
|
switch > slider {
|
|
|
|
@ -3473,8 +3474,8 @@ list.content > row, list.content > row.expander row.header,
|
|
|
|
list.boxed-list > row,
|
|
|
|
list.boxed-list > row,
|
|
|
|
list.boxed-list > row.expander row.header, row.expander list.nested > row {
|
|
|
|
list.boxed-list > row.expander row.header, row.expander list.nested > row {
|
|
|
|
transition: 200ms cubic-bezier(0, 0, 0.2, 1);
|
|
|
|
transition: 200ms cubic-bezier(0, 0, 0.2, 1);
|
|
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
|
|
|
|
|
|
|
color: rgba(255, 255, 255, 0.7);
|
|
|
|
color: rgba(255, 255, 255, 0.7);
|
|
|
|
|
|
|
|
border-bottom: 1px solid rgba(255, 255, 255, 0.12);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.osd list.content > row:focus:focus-visible, .osd list.content > row.expander row.header:focus:focus-visible, list.content > row.expander .osd row.header:focus:focus-visible,
|
|
|
|
.osd list.content > row:focus:focus-visible, .osd list.content > row.expander row.header:focus:focus-visible, list.content > row.expander .osd row.header:focus:focus-visible,
|
|
|
|
@ -3550,12 +3551,17 @@ list.boxed-list > row:first-child.expander row.header {
|
|
|
|
border-top-right-radius: 11px;
|
|
|
|
border-top-right-radius: 11px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
list.content > row:last-child, list.content > row:last-child.expander:not(:checked), list.content > row:last-child.expander:not(:checked) row.header, list.content > row:last-child.expander:checked list.nested, list.content > row:last-child.expander:checked list.nested > row:last-child,
|
|
|
|
list.content > row:last-child, list.content > row:last-child.expander:not(:checked), list.content > row:last-child.expander:not(:checked) row.header, list.content > row:last-child.expander:checked list.nested, list.content > row:last-child.expander:checked list.nested > row:last-child, list.content > row:only-child, list.content > row:only-child.expander:not(:checked), list.content > row:only-child.expander:not(:checked) row.header, list.content > row:only-child.expander:checked list.nested, list.content > row:only-child.expander:checked list.nested > row:last-child,
|
|
|
|
list.boxed-list > row:last-child,
|
|
|
|
list.boxed-list > row:last-child,
|
|
|
|
list.boxed-list > row:last-child.expander:not(:checked),
|
|
|
|
list.boxed-list > row:last-child.expander:not(:checked),
|
|
|
|
list.boxed-list > row:last-child.expander:not(:checked) row.header,
|
|
|
|
list.boxed-list > row:last-child.expander:not(:checked) row.header,
|
|
|
|
list.boxed-list > row:last-child.expander:checked list.nested,
|
|
|
|
list.boxed-list > row:last-child.expander:checked list.nested,
|
|
|
|
list.boxed-list > row:last-child.expander:checked list.nested > row:last-child {
|
|
|
|
list.boxed-list > row:last-child.expander:checked list.nested > row:last-child,
|
|
|
|
|
|
|
|
list.boxed-list > row:only-child,
|
|
|
|
|
|
|
|
list.boxed-list > row:only-child.expander:not(:checked),
|
|
|
|
|
|
|
|
list.boxed-list > row:only-child.expander:not(:checked) row.header,
|
|
|
|
|
|
|
|
list.boxed-list > row:only-child.expander:checked list.nested,
|
|
|
|
|
|
|
|
list.boxed-list > row:only-child.expander:checked list.nested > row:last-child {
|
|
|
|
border-bottom-left-radius: 11px;
|
|
|
|
border-bottom-left-radius: 11px;
|
|
|
|
border-bottom-right-radius: 11px;
|
|
|
|
border-bottom-right-radius: 11px;
|
|
|
|
border-bottom-width: 0;
|
|
|
|
border-bottom-width: 0;
|
|
|
|
|