Files
webgui/emhttp/plugins/dynamix/styles/jquery.switchbutton.css
Tom Mortensen f9ec00b488 repo reorg
2023-06-02 12:49:33 -07:00

6 lines
482 B
CSS

.switch-button-label{float:left;font-size:1.1rem;text-transform:uppercase;letter-spacing:1px;cursor:pointer}
.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:#486dba}
.switch-button-button{position:absolute;left:-1px;top:-1px;background-color:#fafafa;border:1px solid #aaa;border-radius:4px}