Commit cdcffcd3 by Torkel Ödegaard

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

parent f8a1c7c8
......@@ -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%);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment