Guest User

Untitled

a guest
Sep 14th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. .mblGreenButton {
  2. background-image: -webkit-gradient(linear, left top, left bottom, from(#33cc33), to(#5cd65c), color-stop(0.5, #47d147), color-stop(0.5, #47d147));
  3. background-image: linear-gradient(to bottom, #33cc33 0%, #47d147 50%, #47d147 50%, #5cd65c 100%);
  4. color: white;
  5. }
  6.  
  7. span#btnCustomerNext.mblGreenButton(data-dojo-type="dojox/mobile/ToolBarButton" data-dojo-props="arrow:'right', label:'Next'", style="float:right;")
Add Comment
Please, Sign In to add comment