22 lines
409 B
Plaintext
22 lines
409 B
Plaintext
|
|
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);
|
||
|
|
}
|