File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
ej2-asp-core-mvc/code-snippet/grid/edit/custombutton Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,12 @@ function actionComplete(args) {
29
29
}
30
30
</script>
31
31
<style>
32
- .e-footer-content .e-btn.e-primary. custom-button-style {
32
+ .e-footer-content .e-btn.custom-button-style {
33
33
border-radius: 4px;
34
34
font-size: 15px;
35
35
}
36
36
37
37
.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;
42
39
}
43
40
</style>
Original file line number Diff line number Diff line change @@ -31,14 +31,12 @@ function actionComplete(args) {
31
31
}
32
32
</script>
33
33
<style>
34
- .e-footer-content .e-btn.e-primary. custom-button-style {
34
+ .e-footer-content .e-btn.custom-button-style {
35
35
border-radius: 4px;
36
36
font-size: 15px;
37
37
}
38
38
39
39
.e-footer-content .e-btn.e-success.custom-button-style {
40
- border-radius: 4px;
41
- font-size: 15px;
42
40
background: #a1c595;
43
41
}
44
42
</style>
You can’t perform that action at this time.
0 commit comments