Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wilkes
purr-data
Commits
98f347e8
Commit
98f347e8
authored
Jun 29, 2020
by
Jonathan Wilkes
Browse files
Merge branch 'fix-dialog-position'
parents
5a554927
10bf84c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
pd/nw/css/default.css
View file @
98f347e8
...
...
@@ -526,10 +526,17 @@ text {
/* Dialog to ask to save the patch before quitting */
#save_before_quit
{
background-color
:
#f3f3f3
;
border
:
1px
solid
#
bbb
;
border
:
1px
solid
#
000
;
padding
:
12px
;
margin
:
12px
;
box-shadow
:
7px
7px
5px
grey
;
/*box-shadow: 7px 7px 5px grey;*/
left
:
50%
;
top
:
50%
;
transform
:
translate
(
-50%
,
-50%
);
}
dialog
::backdrop
{
background
:
rgba
(
0
,
0
,
0
,
0.5
);
}
/* Search dialog */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment