2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

rgba() tooltip bg

This commit is contained in:
Mark Otto
2012-11-03 13:44:55 -07:00
parent a249d1c8ee
commit a12eb2b9f5
3 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -250,7 +250,7 @@
// Tooltips and popovers
// -------------------------
@tooltipColor: #fff;
@tooltipBackground: #000;
@tooltipBackground: rgba(0,0,0,.9);
@tooltipArrowWidth: 5px;
@tooltipArrowColor: @tooltipBackground;