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
93842246
Commit
93842246
authored
Apr 04, 2021
by
Prakhar Agarwal
🎯
Browse files
fixed acc to review
parent
b2418c4b
Changes
1
Hide whitespace changes
Inline
Side-by-side
emscripten/project/purr-data/index.html
View file @
93842246
...
...
@@ -93,14 +93,15 @@
<div
class=
"card d-flex justify-content-between"
id=
"console-window"
>
<div
class=
"card-header d-flex justify-content-between align-items-center"
id=
"console-header"
>
<h5
class=
"d-flex align-items-center"
id=
"console-heading"
onclick=
"rotate(this)"
>
<a
data-toggle=
"collapse"
data-parent=
"#windows"
href=
"#console_bottom"
class=
"text-dark"
>
Console
</a>
<i
class=
"ml-2 fa fa-angle-double-down text-primary rotate-transition"
S
id=
"open-icon"
></i>
<a
data-toggle=
"collapse"
data-parent=
"#windows"
href=
"#console_bottom"
class=
"text-dark d-flex align-items-center"
>
Console
<i
class=
"ml-2 fa fa-angle-double-down text-primary rotate-transition"
id=
"open-icon"
></i>
</a>
</h5>
<div
class=
"console-find-webapp"
id=
"console_find"
style=
"display: none;"
>
<div
class=
"d-flex justify-content-end"
>
<div
class=
"d-flex justify-content-end
align-items-center
"
>
<label><input
type=
"text"
id=
"console_find_text"
name=
"console_find_text"
defaultValue=
"Search in Console"
style=
"width: 15em;"
placeholder=
"Search in Console"
/>
</label>
<label
class=
"highlight-find
align-self-center
"
style =
"color: #6c757d"
>
<label
class=
"highlight-find"
style =
"color: #6c757d"
>
Highlight All
<input
type=
"checkbox"
id=
"console_find_highlight"
name=
"console_find_highlight"
onchange=
"console_find_highlight_all(this);"
/>
</label>
...
...
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