ToolBarButton.css 647 B

1234567891011121314151617181920212223242526272829303132
  1. /* dojox.mobile.ToolBarButton */
  2. .mblToolBarButton {
  3. float: left;
  4. position: relative;
  5. overflow: hidden;
  6. cursor: pointer;
  7. -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  8. margin: 8px;
  9. height: 30px;
  10. border: 1px inset #b5bcc7;
  11. -webkit-border-radius: 2px;
  12. font-size: 14px;
  13. font-family: Helvetica;
  14. font-weight: normal;
  15. text-shadow: none;
  16. color: #131313;
  17. line-height: 30px;
  18. text-align: center;
  19. }
  20. .mblToolBarButton.mblArrowButtonText {
  21. margin: 6px 8px;
  22. }
  23. .mblToolBarButtonIcon {
  24. position: relative;
  25. top: 2px;
  26. }
  27. .mblToolBarButtonSpriteIcon {
  28. position: absolute;
  29. }
  30. .mblToolBarButtonText {
  31. padding: 0px 10px;
  32. }