piskel/css/bootstrap/bootstrap-tooltip-custom.css

8 lines
96 B
CSS
Raw Normal View History

2012-09-16 06:33:26 +04:00
.tooltip.in {
opacity: 0.95;
filter: alpha(opacity=95);
}
.tooltip {
line-height: 20px;
}