Skip to content
GitLab
Menu
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
b324ada8
Commit
b324ada8
authored
Apr 18, 2021
by
Jonathan Wilkes
Browse files
Merge branch 'prakhar/purr-data-rem_mark_high' into emscripten
parents
f736712d
f282c786
Pipeline
#3563
failed with stage
in 101 minutes and 10 seconds
Changes
11
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pd/nw/css/c64.css
View file @
b324ada8
...
...
@@ -72,16 +72,16 @@ body {
/* marks for matches to console_find */
mark
{
background
:
white
;
background
:
white
!important
;
}
mark
.console_find_current.console_find_highlighted
,
mark
.console_find_current
{
background
:
yellow
;
background
:
yellow
!important
;
}
mark
.console_find_highlighted
{
background
:
#6bd4e6
;
background
:
#6bd4e6
!important
;
}
#console_find
{
...
...
pd/nw/css/default.css
View file @
b324ada8
...
...
@@ -176,16 +176,16 @@ body {
/* marks for matches to console_find */
mark
{
background
:
white
;
background
:
white
!important
;
}
mark
.console_find_current.console_find_highlighted
,
mark
.console_find_current
{
background
:
yellow
;
background
:
yellow
!important
;
}
mark
.console_find_highlighted
{
background
:
#6bd4e6
;
background
:
#6bd4e6
!important
;
}
#console_find
{
...
...
pd/nw/css/extended.css
View file @
b324ada8
...
...
@@ -66,16 +66,16 @@ body {
/* marks for matches to console_find */
mark
{
background
:
white
;
background
:
white
!important
;
}
mark
.console_find_current.console_find_highlighted
,
mark
.console_find_current
{
background
:
yellow
;
background
:
yellow
!important
;
}
mark
.console_find_highlighted
{
background
:
#6bd4e6
;
background
:
#6bd4e6
!important
;
}
#console_find
{
...
...
pd/nw/css/footgun.css
View file @
b324ada8
...
...
@@ -183,16 +183,16 @@ body {
/* marks for matches to console_find */
mark
{
background
:
white
;
background
:
white
!important
;
}
mark
.console_find_current.console_find_highlighted
,
mark
.console_find_current
{
background
:
yellow
;
background
:
yellow
!important
;
}
mark
.console_find_highlighted
{
background
:
#6bd4e6
;
background
:
#6bd4e6
!important
;
}
#console_find
{
...
...
pd/nw/css/inverted.css
View file @
b324ada8
...
...
@@ -73,16 +73,16 @@ body {
/* marks for matches to console_find */
mark
{
background
:
white
;
background
:
white
!important
;
}
mark
.console_find_current.console_find_highlighted
,
mark
.console_find_current
{
background
:
yellow
;
background
:
yellow
!important
;
}
mark
.console_find_highlighted
{
background
:
#6bd4e6
;
background
:
#6bd4e6
!important
;
}
#console_find
{
...
...
pd/nw/css/solarized.css
View file @
b324ada8
...
...
@@ -74,16 +74,16 @@ body {
/* marks for matches to console_find */
mark
{
background
:
#eee8d5
;
background
:
#eee8d5
!important
;
}
mark
.console_find_current.console_find_highlighted
,
mark
.console_find_current
{
background
:
#b58900
;
background
:
#b58900
!important
;
}
mark
.console_find_highlighted
{
background
:
#6bd4e6
;
background
:
#6bd4e6
!important
;
}
#console_find
{
...
...
pd/nw/css/solarized_inverted.css
View file @
b324ada8
...
...
@@ -74,16 +74,16 @@ body {
/* marks for matches to console_find */
mark
{
background
:
#eee8d5
;
background
:
#eee8d5
!important
;
}
mark
.console_find_current.console_find_highlighted
,
mark
.console_find_current
{
background
:
#b58900
;
background
:
#b58900
!important
;
}
mark
.console_find_highlighted
{
background
:
#6bd4e6
;
background
:
#6bd4e6
!important
;
}
#console_find
{
...
...
pd/nw/css/strongbad.css
View file @
b324ada8
...
...
@@ -72,16 +72,16 @@ body {
/* marks for matches to console_find */
mark
{
background
:
white
;
background
:
white
!important
;
}
mark
.console_find_current.console_find_highlighted
,
mark
.console_find_current
{
background
:
yellow
;
background
:
yellow
!important
;
}
mark
.console_find_highlighted
{
background
:
#6bd4e6
;
background
:
#6bd4e6
!important
;
}
#console_find
{
...
...
pd/nw/css/subdued.css
View file @
b324ada8
...
...
@@ -72,16 +72,16 @@ body {
/* marks for matches to console_find */
mark
{
background
:
white
;
background
:
white
!important
;
}
mark
.console_find_current.console_find_highlighted
,
mark
.console_find_current
{
background
:
yellow
;
background
:
yellow
!important
;
}
mark
.console_find_highlighted
{
background
:
#6bd4e6
;
background
:
#6bd4e6
!important
;
}
#console_find
{
...
...
pd/nw/css/vanilla.css
View file @
b324ada8
...
...
@@ -66,16 +66,16 @@ body {
/* marks for matches to console_find */
mark
{
background
:
white
;
background
:
white
!important
;
}
mark
.console_find_current.console_find_highlighted
,
mark
.console_find_current
{
background
:
yellow
;
background
:
yellow
!important
;
}
mark
.console_find_highlighted
{
background
:
#6bd4e6
;
background
:
#6bd4e6
!important
;
}
#console_find
{
...
...
pd/nw/css/vanilla_inverted.css
View file @
b324ada8
...
...
@@ -72,16 +72,16 @@ body {
/* marks for matches to console_find */
mark
{
background
:
white
;
background
:
white
!important
;
}
mark
.console_find_current.console_find_highlighted
,
mark
.console_find_current
{
background
:
yellow
;
background
:
yellow
!important
;
}
mark
.console_find_highlighted
{
background
:
#6bd4e6
;
background
:
#6bd4e6
!important
;
}
#console_find
{
...
...
Write
Preview
Supports
Markdown
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