Files
fluent_widgets_pyside6/qfluentwidgets/_rc/qss/light/check_box.qss
2025-08-14 18:45:16 +08:00

22 lines
403 B
Plaintext

CheckBox {
color: black;
font: 14px 'Segoe UI', 'Microsoft YaHei', 'PingFang SC';
spacing: 8px;
min-width: 28px;
min-height: 22px;
outline: none;
margin-left: 1px;
}
CheckBox::indicator {
width: 18px;
height: 18px;
border-radius: 5px;
border: 1px solid transparent;
background-color: transparent;
}
CheckBox:disabled {
color: rgba(0, 0, 0, 0.36);
}