Skip to content

Commit

Permalink
Version 0.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
wcjordan committed Dec 18, 2017
1 parent 99c5df1 commit 6d3c02a
Show file tree
Hide file tree
Showing 10 changed files with 4,191 additions and 4,140 deletions.
2 changes: 1 addition & 1 deletion dist/fixed-data-table-base.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* FixedDataTable v0.8.7
* FixedDataTable v0.8.8
*
* Copyright Schrodinger, LLC
* All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion dist/fixed-data-table-base.min.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* FixedDataTable v0.8.7
* FixedDataTable v0.8.8
*
* Copyright Schrodinger, LLC
* All rights reserved.
Expand Down
8 changes: 7 additions & 1 deletion dist/fixed-data-table-style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* FixedDataTable v0.8.7
* FixedDataTable v0.8.8
*
* Copyright Schrodinger, LLC
* All rights reserved.
Expand Down Expand Up @@ -38,12 +38,18 @@
}

.public_fixedDataTable_header,
.public_fixedDataTable_scrollbarSpacer,
.public_fixedDataTable_header .public_fixedDataTableCell_main {
background-color: #f6f7f8;
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
background-image: linear-gradient(#fff, #efefef);
}

.public_fixedDataTable_scrollbarSpacer {
position: absolute;
z-index: 99;
}

.public_fixedDataTable_footer .public_fixedDataTableCell_main {
background-color: #f6f7f8;
border-color: #d3d3d3;
Expand Down
8 changes: 7 additions & 1 deletion dist/fixed-data-table-style.min.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* FixedDataTable v0.8.7
* FixedDataTable v0.8.8
*
* Copyright Schrodinger, LLC
* All rights reserved.
Expand Down Expand Up @@ -38,12 +38,18 @@
}

.public_fixedDataTable_header,
.public_fixedDataTable_scrollbarSpacer,
.public_fixedDataTable_header .public_fixedDataTableCell_main {
background-color: #f6f7f8;
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
background-image: linear-gradient(#fff, #efefef);
}

.public_fixedDataTable_scrollbarSpacer {
position: absolute;
z-index: 99;
}

.public_fixedDataTable_footer .public_fixedDataTableCell_main {
background-color: #f6f7f8;
border-color: #d3d3d3;
Expand Down
8 changes: 7 additions & 1 deletion dist/fixed-data-table.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/**
* FixedDataTable v0.8.7
* FixedDataTable v0.8.8
*
* Copyright Schrodinger, LLC
* All rights reserved.
Expand Down Expand Up @@ -393,12 +393,18 @@ body[dir="rtl"] .fixedDataTableColumnResizerLineLayout_main {
}

.public_fixedDataTable_header,
.public_fixedDataTable_scrollbarSpacer,
.public_fixedDataTable_header .public_fixedDataTableCell_main {
background-color: #f6f7f8;
background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
background-image: linear-gradient(#fff, #efefef);
}

.public_fixedDataTable_scrollbarSpacer {
position: absolute;
z-index: 99;
}

.public_fixedDataTable_footer .public_fixedDataTableCell_main {
background-color: #f6f7f8;
border-color: #d3d3d3;
Expand Down
Loading

0 comments on commit 6d3c02a

Please sign in to comment.