Skip to content
GitLab
Projects
Groups
Snippets
/
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
60945ea7
Commit
60945ea7
authored
Aug 18, 2021
by
Jonathan Wilkes
Browse files
Merge branch 'prakhar/purr-data-fix_pad_find' into emscripten
parents
34e5163d
1e145122
Pipeline
#3721
failed with stage
in 0 seconds
Changes
11
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pd/nw/css/c64.css
View file @
60945ea7
...
...
@@ -73,12 +73,12 @@ body {
/* marks for matches to console_find */
mark
{
background
:
white
!important
;
padding
:
0
!important
;
}
mark
.console_find_current.console_find_highlighted
,
mark
.console_find_current
{
background
:
yellow
!important
;
padding
:
0
;
}
mark
.console_find_highlighted
{
...
...
pd/nw/css/default.css
View file @
60945ea7
...
...
@@ -177,12 +177,12 @@ body {
/* marks for matches to console_find */
mark
{
background
:
white
!important
;
padding
:
0
!important
;
}
mark
.console_find_current.console_find_highlighted
,
mark
.console_find_current
{
background
:
yellow
!important
;
padding
:
0
;
}
mark
.console_find_highlighted
{
...
...
pd/nw/css/extended.css
View file @
60945ea7
...
...
@@ -67,12 +67,12 @@ body {
/* marks for matches to console_find */
mark
{
background
:
white
!important
;
padding
:
0
!important
;
}
mark
.console_find_current.console_find_highlighted
,
mark
.console_find_current
{
background
:
yellow
!important
;
padding
:
0
;
}
mark
.console_find_highlighted
{
...
...
pd/nw/css/footgun.css
View file @
60945ea7
...
...
@@ -184,12 +184,12 @@ body {
/* marks for matches to console_find */
mark
{
background
:
white
!important
;
padding
:
0
!important
;
}
mark
.console_find_current.console_find_highlighted
,
mark
.console_find_current
{
background
:
yellow
!important
;
padding
:
0
;
}
mark
.console_find_highlighted
{
...
...
pd/nw/css/inverted.css
View file @
60945ea7
...
...
@@ -74,12 +74,12 @@ body {
/* marks for matches to console_find */
mark
{
background
:
white
!important
;
padding
:
0
!important
;
}
mark
.console_find_current.console_find_highlighted
,
mark
.console_find_current
{
background
:
yellow
!important
;
padding
:
0
;
}
mark
.console_find_highlighted
{
...
...
pd/nw/css/solarized.css
View file @
60945ea7
...
...
@@ -75,12 +75,12 @@ body {
/* marks for matches to console_find */
mark
{
background
:
#eee8d5
!important
;
padding
:
0
!important
;
}
mark
.console_find_current.console_find_highlighted
,
mark
.console_find_current
{
background
:
#b58900
!important
;
padding
:
0
;
}
mark
.console_find_highlighted
{
...
...
pd/nw/css/solarized_inverted.css
View file @
60945ea7
...
...
@@ -75,12 +75,12 @@ body {
/* marks for matches to console_find */
mark
{
background
:
#eee8d5
!important
;
padding
:
0
!important
;
}
mark
.console_find_current.console_find_highlighted
,
mark
.console_find_current
{
background
:
#b58900
!important
;
padding
:
0
;
}
mark
.console_find_highlighted
{
...
...
pd/nw/css/strongbad.css
View file @
60945ea7
...
...
@@ -73,12 +73,12 @@ body {
/* marks for matches to console_find */
mark
{
background
:
white
!important
;
padding
:
0
!important
;
}
mark
.console_find_current.console_find_highlighted
,
mark
.console_find_current
{
background
:
yellow
!important
;
padding
:
0
;
}
mark
.console_find_highlighted
{
...
...
pd/nw/css/subdued.css
View file @
60945ea7
...
...
@@ -73,12 +73,12 @@ body {
/* marks for matches to console_find */
mark
{
background
:
white
!important
;
padding
:
0
!important
;
}
mark
.console_find_current.console_find_highlighted
,
mark
.console_find_current
{
background
:
yellow
!important
;
padding
:
0
;
}
mark
.console_find_highlighted
{
...
...
pd/nw/css/vanilla.css
View file @
60945ea7
...
...
@@ -67,12 +67,12 @@ body {
/* marks for matches to console_find */
mark
{
background
:
white
!important
;
padding
:
0
!important
;
}
mark
.console_find_current.console_find_highlighted
,
mark
.console_find_current
{
background
:
yellow
!important
;
padding
:
0
;
}
mark
.console_find_highlighted
{
...
...
pd/nw/css/vanilla_inverted.css
View file @
60945ea7
...
...
@@ -73,12 +73,12 @@ body {
/* marks for matches to console_find */
mark
{
background
:
white
!important
;
padding
:
0
!important
;
}
mark
.console_find_current.console_find_highlighted
,
mark
.console_find_current
{
background
:
yellow
!important
;
padding
:
0
;
}
mark
.console_find_highlighted
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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