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

pull/3084/head
Torkel Ödegaard 10 years ago
parent f8a1c7c8a1
commit cdcffcd31e
  1. 4
      public/less/variables.light.less

@ -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%);

Loading…
Cancel
Save