UNPKG

dojox

Version:

Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.

21 lines (20 loc) 592 B
/* dojox.mobile.EdgeToEdgeCategory */ .mblEdgeToEdgeCategory { position: relative; margin: 0; padding: 0 10px; overflow: hidden; font-family: Helvetica; font-size: 16px; font-weight: bold; text-overflow: ellipsis; white-space: nowrap; height: 22px; border-top: 1px solid #a4b0b9; border-bottom: 1px solid #979da3; background-image: -webkit-gradient(linear, left top, left bottom, from(#8f9ea9), to(#b7c0c7)); background-image: linear-gradient(to bottom, #8f9ea9 0%, #b7c0c7 100%); color: white; line-height: 22px; text-shadow: rgba(0, 0, 0, 0.6) 0 -1px 0; }