From 90c509d16b97aa0670c8d31660479d988c713dbb Mon Sep 17 00:00:00 2001 From: Tim Jones Date: Sun, 14 Jun 2015 23:22:19 -0500 Subject: [PATCH 1/2] sometimes white is not the new blank --- src/less/tcGrid.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/less/tcGrid.less b/src/less/tcGrid.less index f88e64d..dd9ba8f 100644 --- a/src/less/tcGrid.less +++ b/src/less/tcGrid.less @@ -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 From b81b388ca76ed8b3d618907852ecc115d9585745 Mon Sep 17 00:00:00 2001 From: Tim Jones Date: Sun, 14 Jun 2015 23:27:58 -0500 Subject: [PATCH 2/2] 0.7.10 release --- bower.json | 2 +- dist/tc-grid.css | 10 +++++----- dist/tc-grid.min.css | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bower.json b/bower.json index 14004a3..26eb54a 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "tc-grid", - "version": "0.7.9", + "version": "0.7.10", "homepage": "https://github.com/ThirdCornerLLC/tc-grid", "authors": [ "Zach Barnes ", diff --git a/dist/tc-grid.css b/dist/tc-grid.css index 5b3ddbf..5e2898f 100644 --- a/dist/tc-grid.css +++ b/dist/tc-grid.css @@ -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; @@ -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; @@ -246,7 +246,7 @@ } } .tcGrid__scope .tc-grid_blank .tc-display_pager { - background-color: #ffffff; + background-color: inherit; padding: 0; margin-top: 10px; } diff --git a/dist/tc-grid.min.css b/dist/tc-grid.min.css index 25cde1b..09572e7 100644 --- a/dist/tc-grid.min.css +++ b/dist/tc-grid.min.css @@ -1 +1 @@ -.tcGrid__scope .tc-grid,.tcGrid__scope .tc-grid_blank,.tcGrid__scope .tc-grid_bootstrap{font-size:inherit}.tcGrid__scope .tc-grid .tc-style_table .tc-display_thead .tc-style_sort:after,.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_thead .tc-style_sort:after,.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_thead .tc-style_sort:after{margin-left:5px}.tcGrid__scope .tc-grid .tc-style_table .tc-display_thead .tc-style_th[ng-click],.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_thead .tc-style_th[ng-click],.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_thead .tc-style_th[ng-click]{cursor:pointer}.tcGrid__scope .tc-grid .tc-style_table{margin-bottom:0;border-bottom:1px solid #ddd}.tcGrid__scope .tc-grid .tc-style_table .tc-display_thead .tc-style_tr{background-color:#fdfdfd}.tcGrid__scope .tc-grid .tc-style_table .tc-display_thead .tc-style_th{font-weight:700;vertical-align:bottom;border-top:1px solid #ddd;border-left:1px solid #ddd;border-bottom:1px solid #ddd;padding:5px}.tcGrid__scope .tc-grid .tc-style_table .tc-display_thead .tc-style_th::selection{background:0 0}.tcGrid__scope .tc-grid .tc-style_table .tc-display_thead .tc-style_th::-moz-selection{background:0 0}.tcGrid__scope .tc-grid .tc-style_table .tc-display_thead .tc-style_th:last-child{border-right:1px solid #ddd}.tcGrid__scope .tc-grid .tc-style_table .tc-display_thead .tc-style_sort.desc:after{content:"\25BC"}.tcGrid__scope .tc-grid .tc-style_table .tc-display_thead .tc-style_sort.asc:after{content:"\25B2"}.tcGrid__scope .tc-grid .tc-style_table .tc-display_tbody .tc-style_tr:nth-child(odd){background-color:#f5f5f5}.tcGrid__scope .tc-grid .tc-style_table .tc-display_tbody .tc-style_tr:nth-child(even){background-color:#fdfdfd}.tcGrid__scope .tc-grid .tc-style_table .tc-display_tbody .tc-style_tr[ng-click]:hover{background-color:#f0f0f0}.tcGrid__scope .tc-grid .tc-style_table .tc-display_tbody .tc-display_tr .tc-mobile-header{padding-right:5px;font-weight:700}.tcGrid__scope .tc-grid .tc-style_table .tc-display_tbody .tc-display_tr .tc-style_td{border-left:1px solid #ddd;border-top:none;padding:5px}@media screen and (min-width:769px){.tcGrid__scope .tc-grid .tc-style_table .tc-display_tbody .tc-display_tr .tc-style_td:last-child{border-right:1px solid #ddd}}@media screen and (max-width:768px){.tcGrid__scope .tc-grid .tc-style_table .tc-display_tbody .tc-display_tr .tc-style_td{border-right:1px solid #ddd}}.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_thead .tc-style_th:last-child,.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_thead .tc-style_th:last-child{border-right:0}@media screen and (min-width:769px){.tcGrid__scope .tc-grid .tc-style_table .tc-display_tbody .tc-display_tr:first-child{border-top:none}}@media screen and (max-width:768px){.tcGrid__scope .tc-grid .tc-style_table .tc-display_tbody .tc-display_tr:first-child{border-top:1px solid #ddd}}.tcGrid__scope .tc-grid .tc-display_pager{background-color:#ddd;padding:5px;margin-top:0}.tcGrid__scope .tc-grid .tc-display_pager .tc-display_page-nav .tc-style_page-display{padding-right:5px}.tcGrid__scope .tc-grid_bootstrap .tc-style_table{margin-bottom:0;border-bottom:0}.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_thead .tc-style_tr{background-color:#fff}.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_thead .tc-style_th{font-weight:700;vertical-align:bottom;border-top:0;border-left:0;border-bottom:2px solid #ddd;padding:5px}.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_thead .tc-style_th::selection{background:0 0}.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_thead .tc-style_th::-moz-selection{background:0 0}.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_thead .tc-style_tr,.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_tbody .tc-style_tr:nth-child(even),.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_tbody .tc-style_tr:nth-child(odd),.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_tbody .tc-style_tr[ng-click]:hover{background-color:#fff}.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_thead .tc-style_sort.desc:after{content:"\25BC"}.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_thead .tc-style_sort.asc:after{content:"\25B2"}.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_tbody .tc-display_tr .tc-mobile-header{padding-right:5px;font-weight:700}.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_tbody .tc-display_tr .tc-style_td{border-left:0;border-top:1px solid #ddd;padding:5px}@media screen and (min-width:769px){.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_tbody .tc-display_tr .tc-style_td:last-child{border-right:0}.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_tbody .tc-display_tr:first-child{border-top:none}}.tcGrid__scope .tc-grid_bootstrap .tc-display_pager{background-color:#fff;padding:5px;margin-top:0}.tcGrid__scope .tc-grid_bootstrap .tc-display_pager .tc-display_page-nav .tc-style_page-display{padding-right:5px}.tcGrid__scope .tc-grid_blank .tc-style_table{margin-bottom:0;border-bottom:0}.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_thead .tc-style_th{font-weight:700;vertical-align:bottom;border-top:0;border-left:0;border-bottom:0;padding:0}.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_thead .tc-style_th::selection{background:0 0}.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_thead .tc-style_th::-moz-selection{background:0 0}.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_thead .tc-style_sort.desc:after{content:"\25BC"}.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_thead .tc-style_sort.asc:after{content:"\25B2"}.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_tbody .tc-style_tr:nth-child(even),.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_tbody .tc-style_tr:nth-child(odd),.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_tbody .tc-style_tr[ng-click]:hover{background-color:#fff}.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_tbody .tc-display_tr .tc-mobile-header{padding-right:5px;font-weight:700}.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_tbody .tc-display_tr .tc-style_td{border-left:0;border-top:0;padding:0}@media screen and (max-width:768px){.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_tbody .tc-display_tr .tc-style_td{border-right:0}.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_tbody .tc-display_tr:first-child{border-top:0}.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_tbody .tc-display_tr .tc-style_td{border-right:0}}.tcGrid__scope .tc-grid_blank .tc-display_pager{background-color:#fff;padding:0;margin-top:10px}.tcGrid__scope .tc-grid_blank .tc-display_pager .tc-display_page-nav .tc-style_page-display{padding-right:0}.tcGrid__scope .tc-display_pager{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.tcGrid__scope .tc-display_pager .tc-display_item-total{float:left}.tcGrid__scope .tc-display_pager .tc-display_page-nav{position:relative;right:5px;text-align:right}@media screen and (min-width:769px){.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_tbody .tc-display_tr .tc-style_td:last-child{border-right:0}.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_tbody .tc-display_tr:first-child{border-top:none}.tcGrid__scope .tc-display_table{display:table;width:100%}.tcGrid__scope .tc-display_table .tc-display_thead{display:table-header-group}.tcGrid__scope .tc-display_table .tc-display_thead .tc-display_tr{display:table-row}.tcGrid__scope .tc-display_table .tc-display_thead .tc-display_tr .tc-display_th{display:table-cell}.tcGrid__scope .tc-display_table .tc-display_tbody{display:table-row-group}.tcGrid__scope .tc-display_table .tc-display_tbody .tc-display_tr{display:table-row}.tcGrid__scope .tc-display_table .tc-display_tbody .tc-display_tr .tc-mobile-header{display:none}.tcGrid__scope .tc-display_table .tc-display_tbody .tc-display_tr .tc-display_td{display:table-cell}}@media screen and (max-width:768px){.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_tbody .tc-display_tr:first-child{border-top:0}.tcGrid__scope .tc-display_table{display:block}.tcGrid__scope .tc-display_table .tc-display_thead{display:none}.tcGrid__scope .tc-display_table .tc-display_tbody,.tcGrid__scope .tc-display_table .tc-display_tbody .tc-display_tr{display:block}.tcGrid__scope .tc-display_table .tc-display_tbody .tc-display_tr .tc-mobile-header{display:inline-block}.tcGrid__scope .tc-display_table .tc-display_tbody .tc-display_tr .tc-display_td{display:block}}.tcGrid__scope .tc-button{padding:3px 4px;cursor:pointer;display:inline-block;border-radius:3px;border:1px solid #ccc;background-color:#fff;box-shadow:none;text-shadow:none}.tcGrid__scope .tc-button:hover{border:1px solid #aaa;background-color:#f5f5f5}.tcGrid__scope .clearfix:after,.tcGrid__scope .clearfix:before{display:table;content:"";line-height:0}.tcGrid__scope .clearfix:after{clear:both}.tcGrid__scope .tc-hide-col{display:none!important} \ No newline at end of file +.tcGrid__scope .tc-grid,.tcGrid__scope .tc-grid_blank,.tcGrid__scope .tc-grid_bootstrap{font-size:inherit}.tcGrid__scope .tc-grid .tc-style_table .tc-display_thead .tc-style_sort:after,.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_thead .tc-style_sort:after,.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_thead .tc-style_sort:after{margin-left:5px}.tcGrid__scope .tc-grid .tc-style_table .tc-display_thead .tc-style_th[ng-click],.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_thead .tc-style_th[ng-click],.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_thead .tc-style_th[ng-click]{cursor:pointer}.tcGrid__scope .tc-grid .tc-style_table{margin-bottom:0;border-bottom:1px solid #ddd}.tcGrid__scope .tc-grid .tc-style_table .tc-display_thead .tc-style_tr{background-color:#fdfdfd}.tcGrid__scope .tc-grid .tc-style_table .tc-display_thead .tc-style_th{font-weight:700;vertical-align:bottom;border-top:1px solid #ddd;border-left:1px solid #ddd;border-bottom:1px solid #ddd;padding:5px}.tcGrid__scope .tc-grid .tc-style_table .tc-display_thead .tc-style_th::selection{background:0 0}.tcGrid__scope .tc-grid .tc-style_table .tc-display_thead .tc-style_th::-moz-selection{background:0 0}.tcGrid__scope .tc-grid .tc-style_table .tc-display_thead .tc-style_th:last-child{border-right:1px solid #ddd}.tcGrid__scope .tc-grid .tc-style_table .tc-display_thead .tc-style_sort.desc:after{content:"\25BC"}.tcGrid__scope .tc-grid .tc-style_table .tc-display_thead .tc-style_sort.asc:after{content:"\25B2"}.tcGrid__scope .tc-grid .tc-style_table .tc-display_tbody .tc-style_tr:nth-child(odd){background-color:#f5f5f5}.tcGrid__scope .tc-grid .tc-style_table .tc-display_tbody .tc-style_tr:nth-child(even){background-color:#fdfdfd}.tcGrid__scope .tc-grid .tc-style_table .tc-display_tbody .tc-style_tr[ng-click]:hover{background-color:#f0f0f0}.tcGrid__scope .tc-grid .tc-style_table .tc-display_tbody .tc-display_tr .tc-mobile-header{padding-right:5px;font-weight:700}.tcGrid__scope .tc-grid .tc-style_table .tc-display_tbody .tc-display_tr .tc-style_td{border-left:1px solid #ddd;border-top:none;padding:5px}@media screen and (min-width:769px){.tcGrid__scope .tc-grid .tc-style_table .tc-display_tbody .tc-display_tr .tc-style_td:last-child{border-right:1px solid #ddd}}@media screen and (max-width:768px){.tcGrid__scope .tc-grid .tc-style_table .tc-display_tbody .tc-display_tr .tc-style_td{border-right:1px solid #ddd}}.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_thead .tc-style_th:last-child,.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_thead .tc-style_th:last-child{border-right:0}@media screen and (min-width:769px){.tcGrid__scope .tc-grid .tc-style_table .tc-display_tbody .tc-display_tr:first-child{border-top:none}}@media screen and (max-width:768px){.tcGrid__scope .tc-grid .tc-style_table .tc-display_tbody .tc-display_tr:first-child{border-top:1px solid #ddd}}.tcGrid__scope .tc-grid .tc-display_pager{background-color:#ddd;padding:5px;margin-top:0}.tcGrid__scope .tc-grid .tc-display_pager .tc-display_page-nav .tc-style_page-display{padding-right:5px}.tcGrid__scope .tc-grid_bootstrap .tc-style_table{margin-bottom:0;border-bottom:0}.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_thead .tc-style_tr{background-color:#fff}.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_thead .tc-style_th{font-weight:700;vertical-align:bottom;border-top:0;border-left:0;border-bottom:2px solid #ddd;padding:5px}.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_thead .tc-style_th::selection{background:0 0}.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_thead .tc-style_th::-moz-selection{background:0 0}.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_thead .tc-style_sort.desc:after{content:"\25BC"}.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_thead .tc-style_sort.asc:after{content:"\25B2"}.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_tbody .tc-style_tr:nth-child(even),.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_tbody .tc-style_tr:nth-child(odd),.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_tbody .tc-style_tr[ng-click]:hover{background-color:#fff}.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_tbody .tc-display_tr .tc-mobile-header{padding-right:5px;font-weight:700}.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_tbody .tc-display_tr .tc-style_td{border-left:0;border-top:1px solid #ddd;padding:5px}@media screen and (min-width:769px){.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_tbody .tc-display_tr .tc-style_td:last-child{border-right:0}.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_tbody .tc-display_tr:first-child{border-top:none}}.tcGrid__scope .tc-grid_bootstrap .tc-display_pager{background-color:#fff;padding:5px;margin-top:0}.tcGrid__scope .tc-grid_bootstrap .tc-display_pager .tc-display_page-nav .tc-style_page-display{padding-right:5px}.tcGrid__scope .tc-grid_blank .tc-style_table{margin-bottom:0;border-bottom:0}.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_thead .tc-style_tr{background-color:inherit}.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_thead .tc-style_th{font-weight:700;vertical-align:bottom;border-top:0;border-left:0;border-bottom:0;padding:0}.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_thead .tc-style_th::selection{background:0 0}.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_thead .tc-style_th::-moz-selection{background:0 0}.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_thead .tc-style_sort.desc:after{content:"\25BC"}.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_thead .tc-style_sort.asc:after{content:"\25B2"}.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_tbody .tc-style_tr:nth-child(even),.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_tbody .tc-style_tr:nth-child(odd),.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_tbody .tc-style_tr[ng-click]:hover{background-color:inherit}.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_tbody .tc-display_tr .tc-mobile-header{padding-right:5px;font-weight:700}.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_tbody .tc-display_tr .tc-style_td{border-left:0;border-top:0;padding:0}@media screen and (max-width:768px){.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_tbody .tc-display_tr .tc-style_td{border-right:0}.tcGrid__scope .tc-grid_bootstrap .tc-style_table .tc-display_tbody .tc-display_tr:first-child{border-top:0}.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_tbody .tc-display_tr .tc-style_td{border-right:0}}.tcGrid__scope .tc-grid_blank .tc-display_pager{background-color:inherit;padding:0;margin-top:10px}.tcGrid__scope .tc-grid_blank .tc-display_pager .tc-display_page-nav .tc-style_page-display{padding-right:0}.tcGrid__scope .tc-display_pager{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.tcGrid__scope .tc-display_pager .tc-display_item-total{float:left}.tcGrid__scope .tc-display_pager .tc-display_page-nav{position:relative;right:5px;text-align:right}@media screen and (min-width:769px){.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_tbody .tc-display_tr .tc-style_td:last-child{border-right:0}.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_tbody .tc-display_tr:first-child{border-top:none}.tcGrid__scope .tc-display_table{display:table;width:100%}.tcGrid__scope .tc-display_table .tc-display_thead{display:table-header-group}.tcGrid__scope .tc-display_table .tc-display_thead .tc-display_tr{display:table-row}.tcGrid__scope .tc-display_table .tc-display_thead .tc-display_tr .tc-display_th{display:table-cell}.tcGrid__scope .tc-display_table .tc-display_tbody{display:table-row-group}.tcGrid__scope .tc-display_table .tc-display_tbody .tc-display_tr{display:table-row}.tcGrid__scope .tc-display_table .tc-display_tbody .tc-display_tr .tc-mobile-header{display:none}.tcGrid__scope .tc-display_table .tc-display_tbody .tc-display_tr .tc-display_td{display:table-cell}}@media screen and (max-width:768px){.tcGrid__scope .tc-grid_blank .tc-style_table .tc-display_tbody .tc-display_tr:first-child{border-top:0}.tcGrid__scope .tc-display_table{display:block}.tcGrid__scope .tc-display_table .tc-display_thead{display:none}.tcGrid__scope .tc-display_table .tc-display_tbody,.tcGrid__scope .tc-display_table .tc-display_tbody .tc-display_tr{display:block}.tcGrid__scope .tc-display_table .tc-display_tbody .tc-display_tr .tc-mobile-header{display:inline-block}.tcGrid__scope .tc-display_table .tc-display_tbody .tc-display_tr .tc-display_td{display:block}}.tcGrid__scope .tc-button{padding:3px 4px;cursor:pointer;display:inline-block;border-radius:3px;border:1px solid #ccc;background-color:#fff;box-shadow:none;text-shadow:none}.tcGrid__scope .tc-button:hover{border:1px solid #aaa;background-color:#f5f5f5}.tcGrid__scope .clearfix:after,.tcGrid__scope .clearfix:before{display:table;content:"";line-height:0}.tcGrid__scope .clearfix:after{clear:both}.tcGrid__scope .tc-hide-col{display:none!important} \ No newline at end of file