Merge pull request #215 from Monter/patch-1

Improvement switchbutton colors in black theme
This commit is contained in:
栽培者 2018-04-17 14:04:27 +08:00 committed by GitHub
commit badffb311b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3201,7 +3201,7 @@
color: #fff;
}
.switchbutton-off {
background-color: #666;
background-color: #8a8a8a;
color: #fff;
}
.switchbutton-on,
@ -3220,7 +3220,7 @@
position: absolute;
top: 0;
left: 50%;
background-color: #666;
background-color: #434343;
color: #fff;
border: 1px solid #555;
-moz-box-shadow: 0 0 3px 0 #555;