Alfredo Villegas commited on
Commit
0c72e78
1 Parent(s): 90bed9a

color switch button

Browse files
Files changed (1) hide show
  1. static/css/switch.css +2 -2
static/css/switch.css CHANGED
@@ -39,11 +39,11 @@
39
  }
40
 
41
  input:checked+.slider {
42
- background-color: #46b07b;
43
  }
44
 
45
  input:focus+.slider {
46
- box-shadow: 0 0 1px #46b07b;
47
  }
48
 
49
  input:checked+.slider:before {
 
39
  }
40
 
41
  input:checked+.slider {
42
+ background-color: #3BBD96;
43
  }
44
 
45
  input:focus+.slider {
46
+ box-shadow: 0 0 1px #3BBD96;
47
  }
48
 
49
  input:checked+.slider:before {