Improvement switchbutton colors in black theme

This commit is contained in:
Mark eM 2018-04-13 11:10:07 +02:00 committed by GitHub
parent 4cb8a28719
commit 7439e63223
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;
@ -3302,4 +3302,4 @@
input, select, textarea {
background-color: #e5e5e5;
color: #666;
}
}