add disabled styling for switch
This commit is contained in:
parent
90b9efe5ba
commit
db874b6218
|
@ -217,4 +217,14 @@
|
||||||
|
|
||||||
.bd-setting-switch + .bd-form-divider {
|
.bd-setting-switch + .bd-form-divider {
|
||||||
margin: 0 0 10px 0;
|
margin: 0 0 10px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.bd-seting-switch.bd-disabled {
|
||||||
|
|
||||||
|
input {
|
||||||
|
cursor: not-allowed;
|
||||||
|
}
|
||||||
|
.bd-switch:before {
|
||||||
|
background: #888888;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue