EdgeToEdgeCategory.css 425 B

123456789101112131415161718
  1. /* dojox.mobile.EdgeToEdgeCategory */
  2. .mblEdgeToEdgeCategory {
  3. position: relative;
  4. overflow: hidden;
  5. white-space: nowrap;
  6. text-overflow: ellipsis;
  7. margin: 0px;
  8. padding: 0px 10px;
  9. height: 22px;
  10. border-bottom: 1px solid #393439;
  11. background-color: #212021;
  12. font-family: Helvetica;
  13. font-size: 16px;
  14. font-weight: bold;
  15. color: white;
  16. line-height: 22px;
  17. text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
  18. }