diff --git a/spiffy_theme_backend/static/src/scss/list_view.scss b/spiffy_theme_backend/static/src/scss/list_view.scss index 4d683d46..85029e44 100644 --- a/spiffy_theme_backend/static/src/scss/list_view.scss +++ b/spiffy_theme_backend/static/src/scss/list_view.scss @@ -561,4 +561,14 @@ body.o_web_client { .ui-sortable .o_data_row .o_data_cell .me-2 { display: flex !important; align-items: center; -} \ No newline at end of file +} + +.o_data_cell>button[type="null"] { + background-color: #ccc !important; + border: none !important; +} + +.o_dialog .modal .modal-footer footer { + justify-content: flex-end; +} +