diff --git a/browser/css/jsdialogs.css b/browser/css/jsdialogs.css index d611ecb1c0cb9..63339e677cbec 100644 --- a/browser/css/jsdialogs.css +++ b/browser/css/jsdialogs.css @@ -748,6 +748,15 @@ input[type='checkbox']:checked.autofilter, .jsdialog input[type='checkbox']:chec } /* checkbox */ +#box1 #buttonbox1.jsdialog { + display: flex !important; +} + +#box1 .d-flex.justify-content-center:has(.ui-pushbutton.hidden), +#box1 .d-flex.justify-content-center:has(.ui-pushbutton[disabled]) { + display: none; +} + .jsdialog.checkbutton { white-space: nowrap; display: flex;