switch button style update

This commit is contained in:
bergware
2019-01-10 23:52:20 +01:00
parent 63cd5dabbb
commit 0c35364128

View File

@@ -1,5 +1,3 @@
.switch-button-label{float:left;font-size:1.4rem;cursor:pointer;}
.switch-button-label.off{color:#adadad;}
.switch-button-label.on{color:#0088CC;}
.switch-button-background{float:left;position:relative;background:#ccc;border:1px solid #aaa;margin:1px 10px;border-radius:4px;cursor:pointer;}
.switch-button-button{position:absolute;left:-1px;top:-1px;background:#FAFAFA;border:1px solid #aaa;border-radius:4px;}
.switch-button-label{float:left;font-size:1.1rem;text-transform:uppercase;letter-spacing:1px;cursor:pointer}
.switch-button-background{float:left;position:relative;background:#ccc;border:1px solid #aaa;margin:1px 10px;border-radius:4px;cursor:pointer}
.switch-button-button{position:absolute;left:-1px;top:-1px;background:#fafafa;border:1px solid #aaa;border-radius:4px}