Sha256: 33fb1a124962fe75505f01ad666998a585940f9140a8142d8cbda91b6f11f115

Contents?: true

Size: 921 Bytes

Versions: 4

Compression:

Stored size: 921 Bytes

Contents

.dijitPopup {
  margin: 0;
  padding: 0;
  position: absolute;
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
  border-radius: 0;
}
.mblReset {
  margin: 0;
  padding: 0;
  border: 0;
  line-height: normal;
  font: inherit;
  color: inherit;
}
.mblComboBoxMenu {
  position: relative;
  overflow-y: hidden !important;
  overflow: hidden;
  border: 1px solid black;
  border-color: #869cbf;
  border-radius: 0;
  background-color: #ffffff;
  color: black;
}
.mblComboBoxMenuItem {
  padding: .1em .2em;
  border-width: 1px 0 1px 0;
  border-style: solid;
  text-align: left;
  white-space: nowrap;
  border-color: #ffffff;
  color: inherit;
}
.mblComboBoxMenuItemSelected {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#666666));
  color: white;
}
.mblComboBoxMenuPreviousButton, .mblComboBoxMenuNextButton {
  font-style: italic;
  overflow: hidden;
}

Version data entries

4 entries across 4 versions & 1 rubygems

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