admiraljs
Version:
Lightweight plug and play admin interface
45 lines (32 loc) • 676 B
CSS
.switch-button-label {
float: left;
font-size: 10pt;
cursor: pointer;
}
.switch-button-label.off {
color: #adadad;
}
.switch-button-label.on {
color: #001010CC;
}
.switch-button-background {
float: left;
position: relative;
background: #545454;
border: 1px solid #7E7E7E;
margin: 1px 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
cursor: pointer;
}
.switch-button-button {
position: absolute;
left: -1px;
top : -1px;
background: #FAFAFA;
border: 1px solid #aaa;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}