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

brighten the background for dialogs

parent 33868d03
No related branches found
No related tags found
No related merge requests found
...@@ -337,7 +337,7 @@ text { ...@@ -337,7 +337,7 @@ text {
/* Common to all dialogs */ /* Common to all dialogs */
.dialog_body { .dialog_body {
background-color:#ccc; background-color:#f3f3f3;
} }
.submit_buttons { .submit_buttons {
...@@ -347,7 +347,7 @@ text { ...@@ -347,7 +347,7 @@ text {
fieldset { fieldset {
font-family:Georgia; font-family:Georgia;
background-color:#ccc; background-color:#f3f3f3;
border-radius:3px; border-radius:3px;
border:1px solid #ddd; border:1px solid #ddd;
margin-left:auto; margin-left:auto;
......
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