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.

30 lines (29 loc) 827 B
/* === Green Badge ==*/ .mblDomButtonGreenBadge { position: relative; width: 29px; height: 29px; text-align: right; font-family: Helvetica; font-size: 16px; font-weight: bold; } .mblDomButtonGreenBadge > div { position: absolute; display: inline; padding: 0px 5px; top: 2px; right: 2px; color: white; border: 2px solid white; border-radius: 12px; text-align: center; background: -webkit-gradient(linear, left top, left bottom, from(#7be75a), to(#398c08), color-stop(0.5, #6bc642), color-stop(0.5, #4aad21)); background: linear-gradient(to bottom, #7be75a 0%, #6bc642 50%, #4aad21 50%, #398c08 100%); background-clip: padding-box; -webkit-box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.5); box-shadow: 2px 3px 2px rgba(0, 0, 0, 0.5); } .mblDomButtonGreenBadge > div > div { display: none; }