Sha256: bef98fb179a504f0926e7cfdeddfd60292df3e1b49ff9cca58be1f384f2784b0

Contents?: true

Size: 1.47 KB

Versions: 4

Compression:

Stored size: 1.47 KB

Contents

.mblToggleButton {
  position: relative;
  padding: 0 10px 0 25px;
  height: 29px;
  border-width: 1px 1px 1px 1px;
  border-style: outset;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), to(#cecece), color-stop(0.5, #f8f8f8), color-stop(0.5, #eeeeee));
  font-family: Helvetica;
  line-height: 29px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border-color: #9cacc0;
  border-radius: 3px;
  font-size: 13px;
  color: black;
}
.mblToggleButton:disabled {
  border-color: grey;
  background-image: none;
  color: grey;
  cursor: default;
}
.mblToggleButtonSelected {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#306ea1), to(#266093), color-stop(0.06, #4090d3), color-stop(0.5, #306ea1));
  color: white;
}
.mblToggleButtonChecked {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00a200), to(#00d300), color-stop(0.2, #00ba00), color-stop(0.2, #00ba00));
  color: white;
}
.mblToggleButtonChecked:after {
  position: absolute;
  content: "";
  top: 6px;
  left: 7px;
  width: 5px;
  height: 10px;
  border-width: 2px;
  border-style: none solid solid none;
  -webkit-transform: rotate(45deg) skew(10deg);
  -webkit-transform-origin: 50% 50%;
  border-color: white;
}
.mblToggleButtonChecked.mblToggleButtonSelected {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#306ea1), to(#266093), color-stop(0.06, #4090d3), color-stop(0.5, #306ea1));
  color: white;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
dojox-rails-0.14.0 vendor/assets/stylesheets/mobile/themes/android/ToggleButton.css
dojox-rails-0.13.0 vendor/assets/javascripts/dojox/mobile/themes/android/ToggleButton.css
dojox-rails-0.12.0 vendor/assets/javascripts/dojox/mobile/themes/android/ToggleButton.css
dojox-rails-0.11.0 vendor/assets/javascripts/mobile/themes/android/ToggleButton.css