mobiscroll.frame.jqm.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. .mbsc-jqm .dwo {
  2. background: none;
  3. }
  4. .mbsc-jqm .dwv {
  5. position: static;
  6. width: auto;
  7. border: 0;
  8. padding: 5px;
  9. font-size: 14px;
  10. min-height: 18px;
  11. }
  12. .mbsc-jqm .dwwr {
  13. border: 0;
  14. overflow: visible;
  15. font-family: inherit;
  16. }
  17. /* Buttons */
  18. .mbsc-jqm .dwbc {
  19. font-size: 12px;
  20. padding: 0 2px 4px 2px;
  21. }
  22. .mbsc-jqm .dwbc .ui-btn {
  23. margin: 0 2px;
  24. }
  25. .mbsc-jqm .dwbc .ui-btn-inner {
  26. font-size: 12px;
  27. }
  28. /* Bubble positioning */
  29. .mbsc-jqm .dw-bubble-bottom .dw-arr {
  30. border-color: transparent transparent #222 transparent;
  31. }
  32. .mbsc-jqm .dw-bubble-top .dw-arr {
  33. border-color: #222 transparent transparent transparent;
  34. }
  35. .mbsc-jqm.dw-bubble .dw {
  36. background: #222;
  37. border: 0;
  38. padding: 6px;
  39. }
  40. /* Top / bottom mode */
  41. .mbsc-jqm.dw-liq .dw,
  42. .mbsc-jqm.dw-top .dw,
  43. .mbsc-jqm.dw-bottom .dw,
  44. .mbsc-jqm.dw-liq .dwwr,
  45. .mbsc-jqm.dw-top .dwwr,
  46. .mbsc-jqm.dw-bottom .dwwr {
  47. padding: 0;
  48. border-radius: 0;
  49. }
  50. .mbsc-jqm.dw-top .dw {
  51. border-right: 0;
  52. border-top: 0;
  53. border-left: 0;
  54. }
  55. .mbsc-jqm.dw-bottom .dw {
  56. border-bottom: 0;
  57. border-right: 0;
  58. border-left: 0;
  59. }