旧版报表、仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
518 B

2 years ago
.checkbox {
position: relative;
border: 2px solid #99cdff;
-moz-border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
border-radius: 0px 0px 0px 0px;
}
.checkbox-checked {
border: 0;
background: #99cdff;
}
.checkbox-inner {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.checkbox path {
stroke-width: 2px;
}
.checkbox-disabled {
opacity: 0.6;
}
.checkbox-value {
position: absolute;
overflow: hidden;
width: 1px;
height: 1px;
left: -999px;
}