Tooltip styles

This commit is contained in:
Igor Zhukov 2014-03-21 16:09:19 +04:00
parent 37cebdb237
commit 6138b69737

View File

@ -2562,3 +2562,11 @@ ce671b orange
font-size: 13px; font-size: 13px;
margin-left: 8px; margin-left: 8px;
} }
.tooltip-inner {
background: rgba(0,0,0, 0.8);
}
.tooltip-arrow {
opacity: 0.8;
}