Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/greylist/angular-toggle-switch.css

/*
     WARNING: This is a generated file. Any changes you make directly to this file
     will be overwritten when the file is regenerated. Add styles to the appropriate
     .less file instead.
*/
.toggle-switch {
  border: 1px solid;
  cursor: pointer;
  display: inline-block;
  text-align: left;
  overflow: hidden;
  line-height: 8px;
  min-width: 100px;
}
.toggle-switch.disabled > div > span.knob {
  background: #aaa;
}
.toggle-switch span {
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 100%;
  line-height: 20px;
  padding: 4px;
  text-align: center;
  width: 33%;
  white-space: nowrap;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html[dir="rtl"] .toggle-switch span {
  float: right;
}
.toggle-switch > div {
  position: relative;
  width: 150%;
}
.toggle-switch .knob {
  background: red;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background-color: #f5f5f5;
  width: 34%;
  z-index: 100;
}
.toggle-switch .switch-on {
  left: 0%;
}
html[dir="rtl"] .toggle-switch .switch-on {
  right: 0%;
  left: auto;
}
.toggle-switch .switch-off {
  left: -50%;
}
html[dir="rtl"] .toggle-switch .switch-off {
  right: -50%;
}
.toggle-switch .switch-left,
.toggle-switch .switch-right {
  z-index: 1;
}
.toggle-switch .switch-left {
  color: #fff;
  background: #005fcc;
}
.toggle-switch .switch-right {
  color: #333;
  background: #f0f0f0;
}
.toggle-switch-animate {
  transition: left 0.5s;
  -o-transition: left 0.5s;
  -moz-transition: left 0.5s;
  -webkit-transition: left 0.5s;
}
html[dir="rtl"] .toggle-switch-animate {
  transition: right 0.5s;
  -o-transition: right 0.5s;
  -moz-transition: right 0.5s;
  -webkit-transition: right 0.5s;
}
Back to Directory File Manager