Alfredo Villegas commited on
Commit
8c20384
1 Parent(s): 0478785

Colores dsiabled

Browse files
Files changed (1) hide show
  1. static/css/switch.css +2 -2
static/css/switch.css CHANGED
@@ -59,11 +59,11 @@ input:checked+.slider:before {
59
  box-shadow: 0 0 10px rgba(0, 0, 0, 5.5);
60
  }
61
 
62
- /* .switch, input:disabled {
63
  background: #8b8b8b;
64
  }
65
 
66
  .slider,
67
  textarea:disabled {
68
  background-color: #8b8b8b;
69
- } */
 
59
  box-shadow: 0 0 10px rgba(0, 0, 0, 5.5);
60
  }
61
 
62
+ .switch, input:disabled {
63
  background: #8b8b8b;
64
  }
65
 
66
  .slider,
67
  textarea:disabled {
68
  background-color: #8b8b8b;
69
+ }