|
|
@ -30,8 +30,9 @@ |
|
|
|
@cellBorder: 1px solid @solidBorderColor; |
|
|
|
|
|
|
|
/* Table Header */ |
|
|
|
@headerBorder: 1px solid rgba(0, 0, 0, 0.1); |
|
|
|
@headerBackground: transparent; |
|
|
|
@headerBorder: 1px solid @solidBorderColor; |
|
|
|
@headerDivider: 1px solid @solidBorderColor; |
|
|
|
@headerBackground: linear-gradient(transparent, rgba(0, 0, 0, 0.03)); |
|
|
|
@headerAlign: left; |
|
|
|
@headerVerticalAlign: middle; |
|
|
|
@headerColor: @textColor; |
|
|
@ -40,14 +41,17 @@ |
|
|
|
@headerFontStyle: none; |
|
|
|
@headerFontWeight: bold; |
|
|
|
@headerTextTransform: none; |
|
|
|
@headerBoxShadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.05); |
|
|
|
|
|
|
|
/* Table Footer */ |
|
|
|
@footerBorder: 1px solid rgba(0, 0, 0, 0.1); |
|
|
|
@footerBoxShadow: 0px -1px 1px 0px rgba(0, 0, 0, 0.05); |
|
|
|
@footerBorder: 1px solid @solidBorderColor; |
|
|
|
@footerDivider: none; |
|
|
|
@footerBackground: rgba(0, 0, 0, 0.05); |
|
|
|
@footerAlign: left; |
|
|
|
@footerVerticalAlign: middle; |
|
|
|
@footerColor: @textColor; |
|
|
|
@footerVerticalPadding: 1em; |
|
|
|
@footerVerticalPadding: @cellVerticalPadding; |
|
|
|
@footerHorizontalPadding: @cellHorizontalPadding; |
|
|
|
@footerFontStyle: italic; |
|
|
|
@footerFontWeight: normal; |
|
|
@ -132,12 +136,9 @@ |
|
|
|
@sortableIconFont: 'Icons'; |
|
|
|
@sortableIconAscending: '\f0d7'; |
|
|
|
@sortableIconDescending: '\f0d8'; |
|
|
|
|
|
|
|
@sortableDisabledColor: @disabledTextColor; |
|
|
|
|
|
|
|
@sortableHoverBackground: @strongTransparentBlack; |
|
|
|
@sortableHoverColor: @selectedTextColor; |
|
|
|
|
|
|
|
@sortableInvertedHoverBackground: @strongTransparentWhite; |
|
|
|
@sortableInvertedHoverColor: @invertedSelectedTextColor; |
|
|
|
|
|
|
@ -148,10 +149,8 @@ |
|
|
|
/* Inverted */ |
|
|
|
@invertedBackground: #333333; |
|
|
|
@invertedBorder: none; |
|
|
|
|
|
|
|
@invertedCellBorderColor: rgba(0, 0, 0, 0.2); |
|
|
|
@invertedCellColor: @invertedTextColor; |
|
|
|
|
|
|
|
@invertedHeaderBackground: rgba(0, 0, 0, 0.15); |
|
|
|
@invertedHeaderColor: rgba(255, 255, 255, 0.9); |
|
|
|
|
|
|
@ -171,9 +170,8 @@ |
|
|
|
@basicTableCellHorizontalPadding: 0em; |
|
|
|
@basicTableStripedBackground: transparent; |
|
|
|
|
|
|
|
|
|
|
|
/* Padded */ |
|
|
|
@paddedVerticalPadding: 0.8em; |
|
|
|
@paddedVerticalPadding: 1em; |
|
|
|
@paddedHorizontalPadding: 1em; |
|
|
|
|
|
|
|
@compactVerticalPadding: 0.5em; |
|
|
|