Skip to content

Commit

Permalink
Update package version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gustavnavar committed Oct 30, 2020
1 parent 1885d53 commit 77afc27
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion GridBlazor/GridBlazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<LangVersion>8.0</LangVersion>
<GenerateEmbeddedFilesManifest>True</GenerateEmbeddedFilesManifest>
<EnableDefaultEmbeddedResourceItems>False</EnableDefaultEmbeddedResourceItems>
<Version>2.0.1</Version>
<Version>2.0.2</Version>
<Title>GridBlazor</Title>
<Description>Grid components for Blazor</Description>
<Summary>Grid components for Blazor</Summary>
Expand Down
2 changes: 1 addition & 1 deletion GridBlazor/wwwroot/css/gridblazor.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ button.grid-button-header-label-edit { height:34px; margin-right: 5px; }
div[dir="rtl"] button.grid-button-header-label-edit { margin-left: 5px; margin-right: 0; }
button.grid-button-header-label-delete { height:34px; margin-right: 5px; }
div[dir="rtl"] button.grid-button-header-label-delete { margin-left: 5px; margin-right: 0; }
td.grid-button-cell { padding: 5px 0px 5px 0px; }
td.grid-button-cell { padding: 5px 0px 5px 0px; width: 34px; }
.input-validation-error { border: 1px solid red; }
.field-validation-error { color: red; }
button.grid-button-input-file { border-radius: 0 4px 4px 0; background-image: linear-gradient(#ddd, #eee); font-weight:bold; }
Expand Down
2 changes: 1 addition & 1 deletion GridBlazor/wwwroot/css/gridblazor.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion GridMvc/Resources/css/gridmvc.css
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ button.grid-button-header-label-edit { height:34px; margin-right: 5px; }
div[dir="rtl"] button.grid-button-header-label-edit { margin-left: 5px; margin-right: 0; }
button.grid-button-header-label-delete { height:34px; margin-right: 5px; }
div[dir="rtl"] button.grid-button-header-label-delete { margin-left: 5px; margin-right: 0; }
td.grid-button-cell { padding: 5px 0px 5px 0px; }
td.grid-button-cell { padding: 5px 0px 5px 0px; width: 34px; }
.input-validation-error { border: 1px solid red; }
.field-validation-error { color: red; }
button.grid-button-input-file { border-radius: 0 4px 4px 0; background-image: linear-gradient(#ddd, #eee); font-weight:bold; }
Expand Down
2 changes: 1 addition & 1 deletion GridMvc/Resources/css/gridmvc.min.css

Large diffs are not rendered by default.

0 comments on commit 77afc27

Please sign in to comment.