Skip to content

Instantly share code, notes, and snippets.

@gnovaro
Created June 17, 2015 15:40
Show Gist options
  • Save gnovaro/58573ccf14ce258671b1 to your computer and use it in GitHub Desktop.
Save gnovaro/58573ccf14ce258671b1 to your computer and use it in GitHub Desktop.
Twitter bootstrap flat with border radius
/**
* Twitter Boostrap Flat
* Based on https://gist.github.com/nodesocket/5843712
*/
.well, .navbar-inner, .popover, .btn, .tooltip, input, select, textarea, pre, .progress, .modal, .add-on, .alert, .table-bordered, .nav>.active>a, .dropdown-menu, .tooltip-inner, .badge, .label, .img-polaroid {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
border-collapse: collapse !important;
background-image: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment