Skip to content

Instantly share code, notes, and snippets.

@jonhainstock
Last active December 19, 2015 00:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jonhainstock/5869218 to your computer and use it in GitHub Desktop.
Save jonhainstock/5869218 to your computer and use it in GitHub Desktop.
ZoomShift Bootstrap Buttons
.btn-zoomshift {
background-color: hsl(0, 84%, 65%) !important;
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f59393", endColorstr="#f05a5a");
background-image: -khtml-gradient(linear, left top, left bottom, from(#f59393), to(#f05a5a));
background-image: -moz-linear-gradient(top, #f59393, #f05a5a);
background-image: -ms-linear-gradient(top, #f59393, #f05a5a);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f59393), color-stop(100%, #f05a5a));
background-image: -webkit-linear-gradient(top, #f59393, #f05a5a);
background-image: -o-linear-gradient(top, #f59393, #f05a5a);
background-image: linear-gradient(#f59393, #f05a5a);
border-color: #f05a5a #f05a5a hsl(0, 84%, 62%);
color: #FFF !important;
text-shadow: 1px 1px 0 #E34141;
-webkit-font-smoothing: antialiased;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment