ComboBox-compat.css 353 B

1234567891011121314151617
  1. /* dojox.mobile.ComboBox */
  2. .dijitPopup {
  3. -moz-box-shadow: none;
  4. -o-box-shadow: none;
  5. -ms-box-shadow: none;
  6. box-shadow: none;
  7. -moz-border-radius: 12px;
  8. -o-border-radius: 12px;
  9. -ms-border-radius: 12px;
  10. border-radius: 12px;
  11. }
  12. .mblComboBoxMenu {
  13. -moz-border-radius: 12px;
  14. -o-border-radius: 12px;
  15. -ms-border-radius: 12px;
  16. border-radius: 12px;
  17. }