Files
fluent_widgets_pyside6/qfluentwidgets/_rc/qss/dark/check_box.qss

22 lines
409 B
Plaintext
Raw Normal View History

2025-08-14 18:45:16 +08:00
CheckBox {
color: white;
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(255, 255, 255, 0.36);
}