Sha256: 0f93a5f65eff93b3cbf002a7cd4ff0adc561f69b79105c53f8a338a1220dce0f
Contents?: true
Size: 1.15 KB
Versions: 4
Compression:
Stored size: 1.15 KB
Contents
/* dojox.mobile.ComboBox */ .dijitPopup { // Popup items have a wrapper div (dijitPopup) // with the real popup inside, and maybe an iframe too margin: 0; padding: 0; position: absolute; border: 0; background-color: transparent; -webkit-box-shadow: @mbl-combo-box-popup-box-shadow; .dijitPopup-styles; } .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; .mblComboBoxMenu-styles; } .mblComboBoxMenuItem { padding: .1em .2em; border-width: 1px 0 1px 0; border-style: solid; text-align: left; white-space: nowrap; .mblComboBoxMenuItem-styles; } .mblComboBoxMenuItemSelected { // dijitMenuItemHover refers to actual mouse over // dijitMenuItemSelected is used after a menu has been "activated" by // clicking it, tabbing into it, or being opened from a parent menu, // and denotes that the menu item has focus or that focus is on a child menu .mblComboBoxMenuItemSelected-styles; } .mblComboBoxMenuPreviousButton, .mblComboBoxMenuNextButton { font-style: italic; overflow: hidden; }
Version data entries
4 entries across 4 versions & 1 rubygems