graphdb-workbench
Version:
The web application for GraphDB APIs
1 lines • 902 B
CSS
.toggle-switch{all:unset;clear:both;margin:0 5px;width:36px}.toggle-switch:focus{box-shadow:none;outline:none}.toggle-switch:focus-visible{box-shadow:none;outline:none}.toggle-switch input:empty{display:none}.toggle-switch input:empty~label{cursor:pointer;margin:.05em .6em -.05em 0;position:relative;user-select:none}.toggle-switch input:empty~label:before{background-color:hsla(0,0%,71%,.5);border-radius:10em;content:" ";display:block;height:.8em;transition:all .1s ease-in;width:2.2em}.toggle-switch input:empty~label:after{background-color:#888;border-radius:50%;content:" ";display:block;height:1.25em;left:-.3em;position:absolute;top:-.2em;transition:all .1s ease-in;width:1.25em}.toggle-switch input:checked~label:before{background-color:var(--gw-secondary-light,--base-text-color)}.toggle-switch input:checked~label:after{background-color:var(--gw-secondary-base,--base-text-color);left:1.3em}