summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/mobile/themes/common/ComboBox.less
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo-1.7.2/dojox/mobile/themes/common/ComboBox.less')
-rw-r--r--js/dojo-1.7.2/dojox/mobile/themes/common/ComboBox.less40
1 files changed, 40 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/ComboBox.less b/js/dojo-1.7.2/dojox/mobile/themes/common/ComboBox.less
new file mode 100644
index 0000000..4358887
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/mobile/themes/common/ComboBox.less
@@ -0,0 +1,40 @@
+/* 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;
+ .dijitPopup-styles;
+}
+.mblReset {
+ margin: 0;
+ padding: 0;
+ border: 0;
+ line-height: normal;
+ font: inherit;
+ color: inherit;
+}
+.mblComboBoxMenu {
+ overflow-y: hidden !important;
+ position: relative;
+ overflow: hidden;
+ .mblComboBoxMenu-styles;
+}
+.mblComboBoxMenuItem {
+ 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 {
+ .mblComboBoxMenuPreviousButton-styles;
+}