Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
ESAP GUI
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ASTRON SDC
ESCAPE WP5
ESAP GUI
Commits
4dd9d830
Commit
4dd9d830
authored
2 years ago
by
stvoutsin
Browse files
Options
Downloads
Patches
Plain Diff
Added classname to main textfields, apply style to classes in CSS
parent
ba4d8496
No related branches found
No related tags found
1 merge request
!87
Issue/96 advanced search
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/assets/Interactive.css
+5
-5
5 additions, 5 deletions
src/assets/Interactive.css
src/components/services/Interactive.js
+2
-1
2 additions, 1 deletion
src/components/services/Interactive.js
with
7 additions
and
6 deletions
src/assets/Interactive.css
+
5
−
5
View file @
4dd9d830
...
...
@@ -29,7 +29,7 @@
position
:
relative
;
}
.
workflow-
search
{
.search
-large
{
height
:
5rem
;
width
:
60%
;
border
:
2px
solid
black
;
...
...
@@ -37,17 +37,17 @@
margin-bottom
:
30px
;
}
.ida
.
workflow-
search
:focus
{
.ida
.search
-large
:focus
{
outline
:
none
;
border-color
:
blue
;
}
.ida
.
workflow-
search
:focus
+
.placeholder-text
.text
,
:not
(
input
[
value
=
""
])
+
.placeholder-text
.text
{
.ida
.search
-large
:focus
+
.placeholder-text
.text
,
:not
(
input
[
value
=
""
])
+
.placeholder-text
.text
{
background-color
:
white
;
font-size
:
1.1rem
;
color
:
black
;
transform
:
translate
(
0
,
-170%
);
}
.ida
.
workflow-
search
:focus
+
.placeholder-text
.text
{
.ida
.search
-large
:focus
+
.placeholder-text
.text
{
border-color
:
blueviolet
;
color
:
blue
;
}
...
...
@@ -72,7 +72,7 @@
transition
:
transform
0.15s
ease-out
,
font-size
0.15s
ease-out
,
background-color
0.2s
ease-out
,
color
0.15s
ease-out
;
}
.ida
.
workflow-
search
,
.placeholder-text
{
.ida
.search
-large
,
.placeholder-text
{
font-size
:
1.4rem
;
padding
:
0
1.2rem
;
...
...
This diff is collapsed.
Click to expand it.
src/components/services/Interactive.js
+
2
−
1
View file @
4dd9d830
...
...
@@ -240,7 +240,7 @@ export default function Interactive() {
<
div
class
=
"
search-buttons
"
>
<
input
className
=
"
workflow-
search
"
className
=
"
search
-large
"
type
=
"
text
"
placeholder
=
"
Search for Workflows
"
value
=
{
searchTerm
}
...
...
@@ -360,6 +360,7 @@ export default function Interactive() {
<
div
class
=
"
search-buttons
"
>
<
input
className
=
"
search-large
"
type
=
"
text
"
placeholder
=
"
Search for Facilities
"
value
=
{
searchTerm
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment