Browse Source

set @tabularBackgroundColor value to transparent

pull/2734/head
Michael P. Pfeiffer 9 years ago
parent
commit
e53401f57e
1 changed files with 2 additions and 2 deletions
  1. 4
      src/themes/default/collections/menu.variables

4
src/themes/default/collections/menu.variables

@ -300,7 +300,7 @@
/* Tabular */
@tabularBorderColor: @solidBorderColor;
@tabularBackgroundColor: #FFFFFF;
@tabularBackgroundColor: transparent;
@tabularBorderWidth: 1px;
@tabularOppositeBorderWidth: @tabularBorderWidth + 1px;
@tabularHorizontalPadding: @relativeHuge;
@ -427,4 +427,4 @@
@smallWidth: 13rem;
@mediumWidth: 15rem;
@largeWidth: 18rem;
@hugeWidth: 20rem;
@hugeWidth: 20rem;
Loading…
Cancel
Save