mirror of https://github.com/sualko/cloud_bbb
parent
e34c3b6e9e
commit
bcf33e99e9
|
@ -162,21 +162,21 @@ pre {
|
||||||
width: 44px;
|
width: 44px;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
|
||||||
input[type="checkbox"]{
|
input[type="checkbox"]{
|
||||||
|
|
||||||
&+label:before {
|
&+label:before {
|
||||||
border-radius: 3px;
|
border-radius: 3px;
|
||||||
border-width: 2px;
|
border-width: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:disabled+label:before {
|
&:disabled+label:before {
|
||||||
opacity: .5;
|
opacity: .5;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:not(input:checked):disabled+label:before {
|
&:not(input:checked):disabled+label:before {
|
||||||
background-color: transparent !important;
|
background-color: transparent !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
th {
|
th {
|
||||||
|
|
Loading…
Reference in New Issue