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

make the quit confirmation dialog match the current style

parent 1714bf15
No related branches found
No related tags found
1 merge request!165make the quit confirmation dialog match the current style
Pipeline #
......@@ -386,6 +386,15 @@ text {
left: 0;
}
/* Dialog to ask to save the patch before quitting */
#save_before_quit {
color: white;
background-color: #3e32a2;
border:3px solid #cc9933;
padding: 12px;
margin: 12px;
}
/* Search dialog */
.search_body {
......
......@@ -399,6 +399,15 @@ text {
left: 0;
}
/* Dialog to ask to save the patch before quitting */
#save_before_quit {
color: #f3f3f3;
background-color: #222;
border:1px solid #eee;
padding: 12px;
margin: 12px;
}
#canvas_find_text {
background: black;
border-style: solid;
......
......@@ -395,11 +395,11 @@ text {
/* Dialog to ask to save the patch before quitting */
#save_before_quit {
background-color: #fdf6e3;
border:1px solid #eee8d5;
color: white;
background-color: #002b36;
border:1px solid #839496;
padding: 12px;
margin: 12px;
box-shadow: 7px 7px 5px grey;
}
/* Search dialog */
......
......@@ -383,6 +383,15 @@ text {
left: 0;
}
/* Dialog to ask to save the patch before quitting */
#save_before_quit {
background-color: #c0dcc0;
border:1px solid black;
padding: 12px;
margin: 12px;
box-shadow: 7px 7px 5px grey;
}
/* Search dialog */
.search_body {
......
......@@ -388,6 +388,13 @@ text {
left: 0;
}
/* Dialog to ask to save the patch before quitting */
#save_before_quit {
color: white;
background-color: black;
border:1px solid white;
}
/* Search dialog */
.search_body {
......
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