piskel/css/bootstrap/bootstrap-tooltip-custom.css
2012-09-16 04:33:26 +02:00

8 lines
96 B
CSS

.tooltip.in {
opacity: 0.95;
filter: alpha(opacity=95);
}
.tooltip {
line-height: 20px;
}