Skip to content

Commit

Permalink
Merge pull request #54 from vegarringdal/master
Browse files Browse the repository at this point in the history
css fix #53
  • Loading branch information
vegarringdal authored Sep 13, 2016
2 parents 2423861 + 0961484 commit 2a813a0
Show file tree
Hide file tree
Showing 7 changed files with 115 additions and 103 deletions.
36 changes: 19 additions & 17 deletions dist/amd/vGrid/styles/v-grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,26 +78,10 @@
position: absolute;
border-bottom: 1px solid rgb(230, 230, 230);
overflow: hidden;
background-color: inherit;
}

.vGrid-row-alt {
background-color: rgb(247, 247, 247) !important;
}

.vGrid-row-even {
background-color: rgb(255, 255, 255) !important;
}

.vGrid-row-selected {
box-shadow: none;
background-color: rgb(203, 195, 203) !important;
}

.vGrid-row-selected .vGrid-row-col {
box-shadow: none;
background-color: rgb(203, 195, 203) !important;
}


/*using element*/
Expand All @@ -115,7 +99,6 @@ v-grid-row-col {
white-space: nowrap;
text-overflow: ellipsis;
border-right: 1px solid rgb(230, 230, 230);
background-color: inherit;
float: left;
position: relative;
overflow: hidden;
Expand Down Expand Up @@ -143,3 +126,22 @@ v-grid-header-col {
position: relative;
border-right: 1px solid rgb(230, 230, 230);
}


.vGrid-row-alt {
background-color: rgb(247, 247, 247);
}

.vGrid-row-even {
background-color: rgb(255, 255, 255);
}

.vGrid-row-selected {
box-shadow: none;
background-color: rgb(203, 195, 203);
}

.vGrid-row-selected .vGrid-row-col {
box-shadow: none;
background-color: rgb(203, 195, 203);
}
36 changes: 19 additions & 17 deletions dist/commonjs/vGrid/styles/v-grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,26 +78,10 @@
position: absolute;
border-bottom: 1px solid rgb(230, 230, 230);
overflow: hidden;
background-color: inherit;
}

.vGrid-row-alt {
background-color: rgb(247, 247, 247) !important;
}

.vGrid-row-even {
background-color: rgb(255, 255, 255) !important;
}

.vGrid-row-selected {
box-shadow: none;
background-color: rgb(203, 195, 203) !important;
}

.vGrid-row-selected .vGrid-row-col {
box-shadow: none;
background-color: rgb(203, 195, 203) !important;
}


/*using element*/
Expand All @@ -115,7 +99,6 @@ v-grid-row-col {
white-space: nowrap;
text-overflow: ellipsis;
border-right: 1px solid rgb(230, 230, 230);
background-color: inherit;
float: left;
position: relative;
overflow: hidden;
Expand Down Expand Up @@ -143,3 +126,22 @@ v-grid-header-col {
position: relative;
border-right: 1px solid rgb(230, 230, 230);
}


.vGrid-row-alt {
background-color: rgb(247, 247, 247);
}

.vGrid-row-even {
background-color: rgb(255, 255, 255);
}

.vGrid-row-selected {
box-shadow: none;
background-color: rgb(203, 195, 203);
}

.vGrid-row-selected .vGrid-row-col {
box-shadow: none;
background-color: rgb(203, 195, 203);
}
36 changes: 19 additions & 17 deletions dist/dev/vGrid/styles/v-grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,26 +78,10 @@
position: absolute;
border-bottom: 1px solid rgb(230, 230, 230);
overflow: hidden;
background-color: inherit;
}

.vGrid-row-alt {
background-color: rgb(247, 247, 247) !important;
}

.vGrid-row-even {
background-color: rgb(255, 255, 255) !important;
}

.vGrid-row-selected {
box-shadow: none;
background-color: rgb(203, 195, 203) !important;
}

.vGrid-row-selected .vGrid-row-col {
box-shadow: none;
background-color: rgb(203, 195, 203) !important;
}


/*using element*/
Expand All @@ -115,7 +99,6 @@ v-grid-row-col {
white-space: nowrap;
text-overflow: ellipsis;
border-right: 1px solid rgb(230, 230, 230);
background-color: inherit;
float: left;
position: relative;
overflow: hidden;
Expand Down Expand Up @@ -143,3 +126,22 @@ v-grid-header-col {
position: relative;
border-right: 1px solid rgb(230, 230, 230);
}


.vGrid-row-alt {
background-color: rgb(247, 247, 247);
}

.vGrid-row-even {
background-color: rgb(255, 255, 255);
}

.vGrid-row-selected {
box-shadow: none;
background-color: rgb(203, 195, 203);
}

.vGrid-row-selected .vGrid-row-col {
box-shadow: none;
background-color: rgb(203, 195, 203);
}
36 changes: 19 additions & 17 deletions dist/es6/vGrid/styles/v-grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,26 +78,10 @@
position: absolute;
border-bottom: 1px solid rgb(230, 230, 230);
overflow: hidden;
background-color: inherit;
}

.vGrid-row-alt {
background-color: rgb(247, 247, 247) !important;
}

.vGrid-row-even {
background-color: rgb(255, 255, 255) !important;
}

.vGrid-row-selected {
box-shadow: none;
background-color: rgb(203, 195, 203) !important;
}

.vGrid-row-selected .vGrid-row-col {
box-shadow: none;
background-color: rgb(203, 195, 203) !important;
}


/*using element*/
Expand All @@ -115,7 +99,6 @@ v-grid-row-col {
white-space: nowrap;
text-overflow: ellipsis;
border-right: 1px solid rgb(230, 230, 230);
background-color: inherit;
float: left;
position: relative;
overflow: hidden;
Expand Down Expand Up @@ -143,3 +126,22 @@ v-grid-header-col {
position: relative;
border-right: 1px solid rgb(230, 230, 230);
}


.vGrid-row-alt {
background-color: rgb(247, 247, 247);
}

.vGrid-row-even {
background-color: rgb(255, 255, 255);
}

.vGrid-row-selected {
box-shadow: none;
background-color: rgb(203, 195, 203);
}

.vGrid-row-selected .vGrid-row-col {
box-shadow: none;
background-color: rgb(203, 195, 203);
}
36 changes: 19 additions & 17 deletions dist/system/vGrid/styles/v-grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,26 +78,10 @@
position: absolute;
border-bottom: 1px solid rgb(230, 230, 230);
overflow: hidden;
background-color: inherit;
}

.vGrid-row-alt {
background-color: rgb(247, 247, 247) !important;
}

.vGrid-row-even {
background-color: rgb(255, 255, 255) !important;
}

.vGrid-row-selected {
box-shadow: none;
background-color: rgb(203, 195, 203) !important;
}

.vGrid-row-selected .vGrid-row-col {
box-shadow: none;
background-color: rgb(203, 195, 203) !important;
}


/*using element*/
Expand All @@ -115,7 +99,6 @@ v-grid-row-col {
white-space: nowrap;
text-overflow: ellipsis;
border-right: 1px solid rgb(230, 230, 230);
background-color: inherit;
float: left;
position: relative;
overflow: hidden;
Expand Down Expand Up @@ -143,3 +126,22 @@ v-grid-header-col {
position: relative;
border-right: 1px solid rgb(230, 230, 230);
}


.vGrid-row-alt {
background-color: rgb(247, 247, 247);
}

.vGrid-row-even {
background-color: rgb(255, 255, 255);
}

.vGrid-row-selected {
box-shadow: none;
background-color: rgb(203, 195, 203);
}

.vGrid-row-selected .vGrid-row-col {
box-shadow: none;
background-color: rgb(203, 195, 203);
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-v-grid",
"version": "0.2.4",
"version": "0.2.5",
"registry": "github",
"description": "Simple data grid for Aurelia",
"keywords": [
Expand Down
36 changes: 19 additions & 17 deletions src/vGrid/styles/v-grid.css
Original file line number Diff line number Diff line change
Expand Up @@ -78,26 +78,10 @@
position: absolute;
border-bottom: 1px solid rgb(230, 230, 230);
overflow: hidden;
background-color: inherit;
}

.vGrid-row-alt {
background-color: rgb(247, 247, 247) !important;
}

.vGrid-row-even {
background-color: rgb(255, 255, 255) !important;
}

.vGrid-row-selected {
box-shadow: none;
background-color: rgb(203, 195, 203) !important;
}

.vGrid-row-selected .vGrid-row-col {
box-shadow: none;
background-color: rgb(203, 195, 203) !important;
}


/*using element*/
Expand All @@ -115,7 +99,6 @@ v-grid-row-col {
white-space: nowrap;
text-overflow: ellipsis;
border-right: 1px solid rgb(230, 230, 230);
background-color: inherit;
float: left;
position: relative;
overflow: hidden;
Expand Down Expand Up @@ -143,3 +126,22 @@ v-grid-header-col {
position: relative;
border-right: 1px solid rgb(230, 230, 230);
}


.vGrid-row-alt {
background-color: rgb(247, 247, 247);
}

.vGrid-row-even {
background-color: rgb(255, 255, 255);
}

.vGrid-row-selected {
box-shadow: none;
background-color: rgb(203, 195, 203);
}

.vGrid-row-selected .vGrid-row-col {
box-shadow: none;
background-color: rgb(203, 195, 203);
}

0 comments on commit 2a813a0

Please sign in to comment.