Skip to content

Instantly share code, notes, and snippets.

@cacheleocode
Created September 16, 2015 19:03
Show Gist options
  • Select an option

  • Save cacheleocode/3c1d13e91eb105ef16eb to your computer and use it in GitHub Desktop.

Select an option

Save cacheleocode/3c1d13e91eb105ef16eb to your computer and use it in GitHub Desktop.
hijack popover syles
.popover {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b;
h3 {
margin: 0;
}
p {
margin: 0;
}
}
.popover.right > .arrow::after {
border-right-color: #fcf8e3;
}
.popover-title {
background: transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment