Просмотр исходного кода

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

Torkel Ödegaard 10 лет назад
Родитель
Сommit
cdcffcd31e
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      public/less/variables.light.less

+ 2 - 2
public/less/variables.light.less

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