aboutsummaryrefslogtreecommitdiff
path: root/less/variables.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-07-09 22:14:30 -0700
committerMark Otto <[email protected]>2012-07-09 22:14:30 -0700
commit64e87a85f5e17e3cf603b97e21d58b077060e7b2 (patch)
treea7766fb158d90f846042fd7f676cddedd00ceddd /less/variables.less
parentf4877c236968ba61ac76f4862bba49e0354c60e5 (diff)
downloadbootstrap-64e87a85f5e17e3cf603b97e21d58b077060e7b2.tar.xz
bootstrap-64e87a85f5e17e3cf603b97e21d58b077060e7b2.zip
remove popoverarrows mixin, relegate code to tooltips and popvers since we only used them once each; this fixes the problem of broken tooltips in 2.1
Diffstat (limited to 'less/variables.less')
-rw-r--r--less/variables.less14
1 files changed, 14 insertions, 0 deletions
diff --git a/less/variables.less b/less/variables.less
index 9e7146a75..394d10636 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -198,6 +198,20 @@
@infoBorder: darken(spin(@infoBackground, -10), 7%);
+// Tooltips and popovers
+// -------------------------
+@tooltipArrowWidth: 5px;
+@tooltipArrowColor: #000;
+
+@popoverArrowWidth: 10px;
+@popoverArrowColor: #fff;
+@popoverTitleBackground: #f5f5f5;
+
+// Special enhancement for popovers
+@popoverArrowOuterWidth: @popoverArrowWidth + 1;
+@popoverArrowOuterColor: rgba(0,0,0,.2);
+
+
// GRID
// --------------------------------------------------