Skip to content

Commit

Permalink
feat(grid): Add styling for column selection checkboxes telerik/kendo…
Browse files Browse the repository at this point in the history
…#7097
  • Loading branch information
theOrlin committed May 11, 2017
1 parent 41eb94e commit 62b7aaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions styles/web/type-material.less
Original file line number Diff line number Diff line change
Expand Up @@ -3967,8 +3967,7 @@ div.k-scheduler-marquee:after {
@spreadsheet-page-orientation-border-color: @widget-border-color;

.k-grid {
.k-edit-cell input.k-checkbox,
.k-grid-edit-row input.k-checkbox {
input.k-checkbox {
margin-top: 5px;
width: 16px;
height: 16px;
Expand Down
3 changes: 1 addition & 2 deletions styles/web/type-nova.less
Original file line number Diff line number Diff line change
Expand Up @@ -2236,8 +2236,7 @@ html .km-pane-wrapper .km-widget,
@spreadsheet-page-orientation-border-color: lighten(@hover-text-color, 8%);

.k-grid {
.k-edit-cell input.k-checkbox,
.k-grid-edit-row input.k-checkbox {
input.k-checkbox {
width: 16px;
height: 17px;
}
Expand Down

0 comments on commit 62b7aaa

Please sign in to comment.