Skip to content
Snippets Groups Projects
Commit 67b6e6c4 authored by Jonathan Wilkes's avatar Jonathan Wilkes
Browse files

make background color of modal "save before quit" the same as dialogs

parent eccb7e76
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
color: black; color: black;
} }
/* The main Pd Window */ /* The Pd Console Window */
#console_body { #console_body {
margin: 0px; margin: 0px;
...@@ -337,10 +337,18 @@ text { ...@@ -337,10 +337,18 @@ text {
left: 0; 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 */ /* Common to all dialogs */
.dialog_body { .dialog_body {
background-color:#f3f3f3; background-color: #f3f3f3;
} }
.submit_buttons { .submit_buttons {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment