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

META-INF.assets.rjzjh.jquery-easyui.themes.material-blue.radiobutton.css Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
.radiobutton {
  position: relative;
  border: 2px solid #2196f3;
  border-radius: 50%;
}
.radiobutton-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #2196f3;
  border-radius: 50%;
  transform: scale(.6);
}
.radiobutton-disabled {
  opacity: 0.6;
}
.radiobutton-value {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  left: -100px;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy