I am trying to change the CSS on a bootstrap popover. I want to change the entire popover background, not just the text.
Any suggestions?
http://bootply.com/110002
$(document).ready(function() {
$("[rel='android']").popover({
html: 'true',
content: '<div id="popOverBox">Coming March 2014</div>'
});
});
CSS
#popOverBox {
background: tomato;
font-family: serif;
}
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…