Datagrid Inline Editor Button

Jmix 1.5
Datagrid Inline editor has OK and Cancel button but they are not very clear. I would like to make it appears as a primary button.
I found the CSS class name is v-grid-editor-save and v-grid-editor-cancel. I am able to change the text and background color. But what about the hover color for these buttons? I tried to do v-grid-editor-cancel:hover but it cannot be recognized and there is error.

Hi,

Unfortunately, I cannot reproduce the issue. The following styles work for me without any error:

.v-grid-editor-save:hover {
  background: aquamarine;
}

.v-grid-editor-cancel:hover {
  background: aqua;
}

Screenshot 2024-08-13 at 12.32.27

Regards,
Gleb