Switch button: use blue color in ON state

This commit is contained in:
bergware
2019-01-23 17:53:04 +01:00
parent d276fc13b7
commit 189e855edd
@@ -1,5 +1,5 @@
.switch-button-label{float:left;font-size:1.1rem;text-transform:uppercase;letter-spacing:1px;cursor:pointer}
.switch-button-label.on{color:#ff8c2f}
.switch-button-label.on{color:#0088cc}
.switch-button-background{float:left;position:relative;background-color:#ccc;border:1px solid #aaa;margin:1px 10px;border-radius:4px;cursor:pointer}
.switch-button-background.checked{background-color:#ff8c2f}
.switch-button-background.checked{background-color:#0088cc}
.switch-button-button{position:absolute;left:-1px;top:-1px;background-color:#fafafa;border:1px solid #aaa;border-radius:4px}