From 3b09297600cea432921050b069499f70a177430a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?WEB=E8=AE=B8=E4=BD=95=E5=93=B2=5Cxuhez?= Date: Wed, 19 Jul 2023 10:40:15 +0800 Subject: [PATCH] =?UTF-8?q?tree=E8=A7=86=E5=9B=BE=E8=A1=A8=E6=A0=BC?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spiffy_theme_backend/static/src/scss/list_view.scss | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) 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; +} +