diff --git a/pd/nw/css/default.css b/pd/nw/css/default.css index ab160832998f28992c959348ed6402028280aa66..522113d39e0fc74d211cf9225974a1a44fe1fb7e 100644 --- a/pd/nw/css/default.css +++ b/pd/nw/css/default.css @@ -19,7 +19,7 @@ color: black; } -/* The main Pd Window */ +/* The Pd Console Window */ #console_body { margin: 0px; @@ -337,10 +337,18 @@ text { left: 0; } +/* Dialog to ask to save the patch before quitting */ +#save_before_quit { + background-color: #f3f3f3; + border:1px solid #bbb; + padding: 12px; + margin: 12px; +} + /* Common to all dialogs */ .dialog_body { - background-color:#f3f3f3; + background-color: #f3f3f3; } .submit_buttons {