All Downloads are FREE. Search and download functionalities are using the official Maven repository.

moskito.ext.switchery.switchery.css Maven / Gradle / Ivy

There is a newer version: 4.0.3
Show newest version
/*
 *
 * Main stylesheet for Switchery.
 * http://abpetkov.github.io/switchery/
 *
 */

.switchery {
  background-color: #fff;
  border: 1px solid #dfdfdf;
  border-radius: 20px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: relative;
  vertical-align: middle;
  width: 50px;
}

.switchery > small {
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  height: 30px;
  position: absolute;
  top: 0;
  width: 30px;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy