2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

popovers and tooltips vars

This commit is contained in:
Mark Otto
2012-11-30 15:40:44 -08:00
parent e34b3730b7
commit b8b266ca7c
4 changed files with 107 additions and 107 deletions
+10 -10
View File
@@ -229,19 +229,19 @@
// Tooltips and popovers
// -------------------------
@tooltipColor: #fff;
@tooltipBackground: rgba(0,0,0,.9);
@tooltipArrowWidth: 5px;
@tooltipArrowColor: @tooltipBackground;
@tooltip-color: #fff;
@tooltip-background: rgba(0,0,0,.9);
@tooltip-arrow-width: 5px;
@tooltip-arrow-color: @tooltip-background;
@popoverBackground: #fff;
@popoverArrowWidth: 10px;
@popoverArrowColor: #fff;
@popoverTitleBackground: darken(@popoverBackground, 3%);
@popover-background: #fff;
@popover-arrow-width: 10px;
@popover-arrow-color: #fff;
@popover-title-background: darken(@popover-background, 3%);
// Special enhancement for popovers
@popoverArrowOuterWidth: @popoverArrowWidth + 1;
@popoverArrowOuterColor: rgba(0,0,0,.25);
@popover-arrow-outer-width: @popover-arrow-width + 1;
@popover-arrow-outer-color: rgba(0,0,0,.25);
// Miscellaneous