From 0cdc0511c72ec0804b471201674397fcd01d1c35 Mon Sep 17 00:00:00 2001
From: Jonathan Wilkes <jon.w.wilkes@gmail.com>
Date: Fri, 26 Feb 2016 21:14:38 -0500
Subject: [PATCH] brighten the background for dialogs

---
 pd/nw/css/default.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pd/nw/css/default.css b/pd/nw/css/default.css
index a397ede93..654a72705 100644
--- a/pd/nw/css/default.css
+++ b/pd/nw/css/default.css
@@ -337,7 +337,7 @@ text {
 /* Common to all dialogs */
 
 .dialog_body {
-    background-color:#ccc;
+    background-color:#f3f3f3;
 }
 
 .submit_buttons {
@@ -347,7 +347,7 @@ text {
 
 fieldset {
     font-family:Georgia;
-    background-color:#ccc;
+    background-color:#f3f3f3;
     border-radius:3px;
     border:1px solid #ddd;
     margin-left:auto;
-- 
GitLab