Spaces:
Runtime error
Runtime error
Alfredo Villegas commited on
Commit ·
002fa6f
1
Parent(s): 974fdf3
Colores dsiabled has
Browse files- static/css/switch.css +1 -1
static/css/switch.css
CHANGED
|
@@ -59,7 +59,7 @@ input:checked+.slider:before {
|
|
| 59 |
box-shadow: 0 0 10px rgba(0, 0, 0, 5.5);
|
| 60 |
}
|
| 61 |
|
| 62 |
-
input:disabled
|
| 63 |
background: #8b8b8b;
|
| 64 |
}
|
| 65 |
|
|
|
|
| 59 |
box-shadow: 0 0 10px rgba(0, 0, 0, 5.5);
|
| 60 |
}
|
| 61 |
|
| 62 |
+
.switch:has(input:disabled){
|
| 63 |
background: #8b8b8b;
|
| 64 |
}
|
| 65 |
|