Sha256: ed637627ca7daab8f1ba76ea3875b7c7b86187f4a517dc733d8aa38cb2f05e0f

Contents?: true

Size: 1.17 KB

Versions: 4

Compression:

Stored size: 1.17 KB

Contents

.mblButton {
  padding: 0 10px;
  height: 29px;
  border-style: outset;
  border-width: 1px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e2e2e2));
  font-family: Helvetica;
  line-height: 29px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border: 1px solid #c0c0c0;
  border-bottom-color: #9b9b9b;
  border-radius: 0;
  color: black;
  font-size: 13px;
}
.mblButtonSelected {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#666666));
  color: white;
}
.mblButtonDisabled, .mblButton:disabled {
  border-color: grey;
  background-image: none;
  color: grey;
  cursor: default;
}
.mblBlueButton {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7a9de9), to(#2362dd));
  color: white;
}
.mblBlueButtonSelected {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#666666));
}
.mblRedButton {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fa9d58), to(#ee4115));
  color: white;
}
.mblRedButtonSelected {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#666666));
}

Version data entries

4 entries across 4 versions & 1 rubygems

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