diff options
| author | Mark Otto <[email protected]> | 2012-07-09 22:14:30 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-09 22:14:30 -0700 |
| commit | 64e87a85f5e17e3cf603b97e21d58b077060e7b2 (patch) | |
| tree | a7766fb158d90f846042fd7f676cddedd00ceddd /less/variables.less | |
| parent | f4877c236968ba61ac76f4862bba49e0354c60e5 (diff) | |
| download | bootstrap-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.less | 14 |
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 // -------------------------------------------------- |
