2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

-background to -bg on tooltip and popover vars

This commit is contained in:
Mark Otto
2013-03-31 17:19:12 -07:00
parent cf843c5cad
commit 6b23a66c29
4 changed files with 13 additions and 13 deletions
+4 -4
View File
@@ -258,14 +258,14 @@
// Tooltips and popovers
// -------------------------
@tooltip-color: #fff;
@tooltip-background: rgba(0,0,0,.9);
@tooltip-bg: rgba(0,0,0,.9);
@tooltip-arrow-width: 5px;
@tooltip-arrow-color: @tooltip-background;
@tooltip-arrow-color: @tooltip-bg;
@popover-background: #fff;
@popover-bg: #fff;
@popover-arrow-width: 10px;
@popover-arrow-color: #fff;
@popover-title-background: darken(@popover-background, 3%);
@popover-title-bg: darken(@popover-bg, 3%);
// Special enhancement for popovers
@popover-arrow-outer-width: (@popover-arrow-width + 1);