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
Flachy Joe
purr-data
Commits
67225d0a
Commit
67225d0a
authored
Mar 22, 2018
by
Jonathan Wilkes
Browse files
Merge branch 'quit-dialog-styles'
parents
7a300d56
7fac7b99
Changes
5
Hide whitespace changes
Inline
Side-by-side
pd/nw/css/c64.css
View file @
67225d0a
...
...
@@ -386,6 +386,16 @@ 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
;
box-shadow
:
7px
7px
5px
black
;
}
/* Search dialog */
.search_body
{
...
...
pd/nw/css/inverted.css
View file @
67225d0a
...
...
@@ -399,6 +399,16 @@ 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
;
box-shadow
:
7px
7px
5px
#444
;
}
#canvas_find_text
{
background
:
black
;
border-style
:
solid
;
...
...
pd/nw/css/solarized_inverted.css
View file @
67225d0a
...
...
@@ -395,8 +395,9 @@ 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
;
...
...
pd/nw/css/subdued.css
View file @
67225d0a
...
...
@@ -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
{
...
...
pd/nw/css/vanilla_inverted.css
View file @
67225d0a
...
...
@@ -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
{
...
...
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