fix(css): restored tooltip background to dark for white theme #3079

This commit is contained in:
Torkel Ödegaard 2015-10-29 12:32:32 +01:00
parent f8a1c7c8a1
commit cdcffcd31e

View File

@ -278,8 +278,8 @@
// Tooltips and popovers
// -------------------------
@tooltipColor: @grayDark;
@tooltipBackground: darken(@white,3%);
@tooltipColor: @white;
@tooltipBackground: @grayDark;
@tooltipArrowWidth: 5px;
@tooltipArrowColor: @tooltipBackground;
@tooltipLinkColor: darken(@white,11%);