ToolBarButton.css 577 B

12345678910111213141516171819202122232425262728
  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: 6px;
  9. height: 29px;
  10. border: 1px inset #9CACC0;
  11. font-family: Helvetica;
  12. font-size: 13px;
  13. font-weight: bold;
  14. color: white;
  15. line-height: 29px;
  16. text-align: center;
  17. -webkit-border-radius: 5px;
  18. -moz-border-radius: 5px;
  19. }
  20. .mblToolBarButtonIcon {
  21. position: relative;
  22. }
  23. .mblToolBarButtonSpriteIcon {
  24. position: absolute;
  25. }
  26. .mblToolBarButtonText {
  27. padding: 0px 10px;
  28. }