diff --git a/dist/amd/vGrid/styles/v-grid.css b/dist/amd/vGrid/styles/v-grid.css index cd6dd0f..621bc30 100644 --- a/dist/amd/vGrid/styles/v-grid.css +++ b/dist/amd/vGrid/styles/v-grid.css @@ -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*/ @@ -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; @@ -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); +} \ No newline at end of file diff --git a/dist/commonjs/vGrid/styles/v-grid.css b/dist/commonjs/vGrid/styles/v-grid.css index cd6dd0f..621bc30 100644 --- a/dist/commonjs/vGrid/styles/v-grid.css +++ b/dist/commonjs/vGrid/styles/v-grid.css @@ -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*/ @@ -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; @@ -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); +} \ No newline at end of file diff --git a/dist/dev/vGrid/styles/v-grid.css b/dist/dev/vGrid/styles/v-grid.css index cd6dd0f..621bc30 100644 --- a/dist/dev/vGrid/styles/v-grid.css +++ b/dist/dev/vGrid/styles/v-grid.css @@ -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*/ @@ -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; @@ -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); +} \ No newline at end of file diff --git a/dist/es6/vGrid/styles/v-grid.css b/dist/es6/vGrid/styles/v-grid.css index cd6dd0f..621bc30 100644 --- a/dist/es6/vGrid/styles/v-grid.css +++ b/dist/es6/vGrid/styles/v-grid.css @@ -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*/ @@ -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; @@ -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); +} \ No newline at end of file diff --git a/dist/system/vGrid/styles/v-grid.css b/dist/system/vGrid/styles/v-grid.css index cd6dd0f..621bc30 100644 --- a/dist/system/vGrid/styles/v-grid.css +++ b/dist/system/vGrid/styles/v-grid.css @@ -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*/ @@ -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; @@ -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); +} \ No newline at end of file diff --git a/package.json b/package.json index a725901..da8acdd 100644 --- a/package.json +++ b/package.json @@ -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": [ diff --git a/src/vGrid/styles/v-grid.css b/src/vGrid/styles/v-grid.css index 1065055..9f7b9fc 100644 --- a/src/vGrid/styles/v-grid.css +++ b/src/vGrid/styles/v-grid.css @@ -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*/ @@ -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; @@ -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); +} \ No newline at end of file