|
@ -43,7 +43,7 @@ |
|
|
@headerAlign: inherit; |
|
|
@headerAlign: inherit; |
|
|
@headerVerticalAlign: inherit; |
|
|
@headerVerticalAlign: inherit; |
|
|
@headerColor: @textColor; |
|
|
@headerColor: @textColor; |
|
|
@headerVerticalPadding: @cellVerticalPadding; |
|
|
|
|
|
|
|
|
@headerVerticalPadding: @relativeMedium; |
|
|
@headerHorizontalPadding: @cellHorizontalPadding; |
|
|
@headerHorizontalPadding: @cellHorizontalPadding; |
|
|
@headerFontStyle: none; |
|
|
@headerFontStyle: none; |
|
|
@headerFontWeight: bold; |
|
|
@headerFontWeight: bold; |
|
@ -150,8 +150,11 @@ |
|
|
@stripedBackground: rgba(0, 0, 50, 0.03); |
|
|
@stripedBackground: rgba(0, 0, 50, 0.03); |
|
|
@invertedStripedBackground: rgba(255, 255, 255, 0.06); |
|
|
@invertedStripedBackground: rgba(255, 255, 255, 0.06); |
|
|
|
|
|
|
|
|
@selectableBackground: @subtleTransparentBlack; |
|
|
|
|
|
|
|
|
/* Selectable */ |
|
|
|
|
|
@selectableBackground: @transparentBlack; |
|
|
@selectableTextColor: @selectedTextColor; |
|
|
@selectableTextColor: @selectedTextColor; |
|
|
|
|
|
@selectableInvertedBackground: @transparentWhite; |
|
|
|
|
|
@selectableInvertedTextColor: @invertedSelectedTextColor; |
|
|
|
|
|
|
|
|
/* Sortable */ |
|
|
/* Sortable */ |
|
|
@sortableBackground: ''; |
|
|
@sortableBackground: ''; |
|
|