diff options
| author | Mark Otto <[email protected]> | 2014-11-07 22:17:39 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-11-07 22:17:39 -0800 |
| commit | 2862c30320e8a1c0499f4bd83141e0c6cd959f1e (patch) | |
| tree | d4b184304f1f6e505c6acb6aab7189ee8548d0f5 /less | |
| parent | d904429e05ce8ba68ebba673cab603a861792aba (diff) | |
| download | bootstrap-2862c30320e8a1c0499f4bd83141e0c6cd959f1e.tar.xz bootstrap-2862c30320e8a1c0499f4bd83141e0c6cd959f1e.zip | |
Fixes #15046: Add full font overrides for popovers and tooltips
Diffstat (limited to 'less')
| -rw-r--r-- | less/popovers.less | 1 | ||||
| -rw-r--r-- | less/tooltip.less | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/less/popovers.less b/less/popovers.less index ab720f2fb..53ee0ecd7 100644 --- a/less/popovers.less +++ b/less/popovers.less @@ -12,6 +12,7 @@ max-width: @popover-max-width; padding: 1px; // Reset font and text propertes given new insertion method + font-family: @font-family-base; font-size: @font-size-base; font-weight: normal; line-height: @line-height-base; diff --git a/less/tooltip.less b/less/tooltip.less index 8f7fcbebc..9c2a37fd4 100644 --- a/less/tooltip.less +++ b/less/tooltip.less @@ -9,7 +9,10 @@ z-index: @zindex-tooltip; display: block; visibility: visible; + // Reset font and text propertes given new insertion method + font-family: @font-family-base; font-size: @font-size-small; + font-weight: normal; line-height: 1.4; .opacity(0); |
