Skip to content

Instantly share code, notes, and snippets.

@miguel-perez
Created December 4, 2012 15:31
Show Gist options
  • Save miguel-perez/4205185 to your computer and use it in GitHub Desktop.
Save miguel-perez/4205185 to your computer and use it in GitHub Desktop.
i18n - button sample
/* Original */
.wl-button {
width: 140px;
height: 32px;
background: url('../img/button-sprite.png') no-repeat 0 0;
}
/* CSS Based */
.wl-button {
padding: 3px;
background: #ceebf9; /* Fallback */
background: linear-gradient(to bottom, #ceebf9 0%,#cce4f1 100%);
}
.wl-button .txt {
line-height: 1.4em;
border-top: 1px dashed #fff;
border-bottom: 1px dashed #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment