Fix label issues.

This commit is contained in:
Paulo Reis 2017-10-06 14:26:34 +01:00
parent f405dc49b3
commit 9d35ce5fe1

View file

@ -861,8 +861,8 @@
@btn-border-bottom-width: 2px;
@tag-border-radius: 0.25em;
@tag-bg-color: inherit;
@tag-bg-hover-color: inherit;
@tag-bg-color: @label-default-bg;
@tag-bg-hover-color: darken(@label-default-bg, 10%);
@left-menu-width: 260px;
@left-menu-animation-duration: 0.35s;