mirror of
https://github.com/unraid/webgui.git
synced 2026-01-14 13:39:58 -06:00
5 lines
410 B
CSS
5 lines
410 B
CSS
.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;} |