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 // Tooltips and popovers
// ------------------------- // -------------------------
@tooltipColor: @grayDark; @tooltipColor: @white;
@tooltipBackground: darken(@white,3%); @tooltipBackground: @grayDark;
@tooltipArrowWidth: 5px; @tooltipArrowWidth: 5px;
@tooltipArrowColor: @tooltipBackground; @tooltipArrowColor: @tooltipBackground;
@tooltipLinkColor: darken(@white,11%); @tooltipLinkColor: darken(@white,11%);