piskel/layers/css/bootstrap/bootstrap-tooltip-custom.css
2013-09-27 23:37:00 +02:00

8 lines
96 B
CSS

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