Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Zacharias3690 committed Jun 24, 2015
2 parents 752bc94 + b81b388 commit 6c6d071
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions dist/tc-grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
border-bottom: 0;
}
.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_thead .tc-style_tr {
background-color: #ffffff;
background-color: inherit;
}
.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_thead .tc-style_th {
font-weight: bold;
Expand Down Expand Up @@ -208,13 +208,13 @@
content: "\25B2";
}
.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_tbody .tc-style_tr:nth-child(odd) {
background-color: #ffffff;
background-color: inherit;
}
.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_tbody .tc-style_tr:nth-child(even) {
background-color: #ffffff;
background-color: inherit;
}
.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_tbody .tc-style_tr[ng-click]:hover {
background-color: #ffffff;
background-color: inherit;
}
.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_tbody .tc-display_tr .tc-mobile-header {
padding-right: 5px;
Expand Down Expand Up @@ -246,7 +246,7 @@
}
}
.tcGrid__scope .tc-grid_blank .tc-display_pager {
background-color: #ffffff;
background-color: inherit;
padding: 0;
margin-top: 10px;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/tc-grid.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions src/less/tcGrid.less
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
.tcGrid_blank(
@border:0,
@pagerMarginTop: 10px,
@pagerColor: #FFF,
@headerColor: #FFF,
@rowColor: #FFF,
@rowColorAlternating: #FFF,
@rowColorHover: #FFF,
@pagerColor: inherit,
@headerColor: inherit,
@rowColor: inherit,
@rowColorAlternating: inherit,
@rowColorHover: inherit,
@rowBorder: 0,
@headerRowBorder: 0,
@cellPadding:0
Expand Down

0 comments on commit 6c6d071

Please sign in to comment.