Spaces:
Runtime error
Runtime error
Alfredo Villegas commited on
Commit ·
974fdf3
1
Parent(s): 82eddaf
Colores dsiabled
Browse files- static/css/switch.css +2 -2
static/css/switch.css
CHANGED
|
@@ -60,9 +60,9 @@ input:checked+.slider:before {
|
|
| 60 |
}
|
| 61 |
|
| 62 |
input:disabled > .switch{
|
| 63 |
-
|
| 64 |
}
|
| 65 |
|
| 66 |
/* input:disabled ~ label {
|
| 67 |
-
|
| 68 |
} */
|
|
|
|
| 60 |
}
|
| 61 |
|
| 62 |
input:disabled > .switch{
|
| 63 |
+
background: #8b8b8b;
|
| 64 |
}
|
| 65 |
|
| 66 |
/* input:disabled ~ label {
|
| 67 |
+
|
| 68 |
} */
|