Commit cdcffcd3 by Torkel Ödegaard

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

parent f8a1c7c8
...@@ -278,8 +278,8 @@ ...@@ -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%);
......
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