Skip to content

Instantly share code, notes, and snippets.

@zenaul
Created April 29, 2017 03:48
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 zenaul/9379a9acdf6a5fa5d1382224a6a38dee to your computer and use it in GitHub Desktop.
Save zenaul/9379a9acdf6a5fa5d1382224a6a38dee to your computer and use it in GitHub Desktop.
Bootstrap tooltip customize
Tooltip activation
---------------------
$('[data-toggle="tooltip"]').tooltip({
animated: 'fade',
placement: 'top',
container: 'body'
});
/*-----2.6 tooltip-----*/
.tooltip > .tooltip-inner {background-color: red;border-radius: 0px;padding: 6px 5px;}
.tooltip-arrow,.tooltip.top .tooltip-arrow { border-top-color:red}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment