Alfredo Villegas commited on
Commit ·
29e2598
1
Parent(s): 002fa6f
Colores dsiabled
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 |
-
.switch:has(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 |
|