Skip to content

Commit 09c2536

Browse files
documentation(929925):Updated
1 parent bf06c00 commit 09c2536

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

ej2-asp-core-mvc/code-snippet/grid/edit/custombutton/razor

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,12 @@ function actionComplete(args) {
2929
}
3030
</script>
3131
<style>
32-
.e-footer-content .e-btn.e-primary.custom-button-style {
32+
.e-footer-content .e-btn.custom-button-style {
3333
border-radius: 4px;
3434
font-size: 15px;
3535
}
3636

3737
.e-footer-content .e-btn.e-success.custom-button-style {
38-
border-radius: 4px;
39-
font-size: 15px;
40-
background: #55a655;
41-
color: #3b1082;
38+
background: #a1c595;
4239
}
4340
</style>

ej2-asp-core-mvc/code-snippet/grid/edit/custombutton/tagHelper

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,12 @@ function actionComplete(args) {
3131
}
3232
</script>
3333
<style>
34-
.e-footer-content .e-btn.e-primary.custom-button-style {
34+
.e-footer-content .e-btn.custom-button-style {
3535
border-radius: 4px;
3636
font-size: 15px;
3737
}
3838

3939
.e-footer-content .e-btn.e-success.custom-button-style {
40-
border-radius: 4px;
41-
font-size: 15px;
4240
background: #a1c595;
4341
}
4442
</style>

0 commit comments

Comments
 (0)