Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
power_portfolio
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
power_portfolio
Merge requests
!21
Fixed Search Form Styles
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Fixed Search Form Styles
issue/power_portfolio-3402736:3402736-search-form-styles
into
9.0.x
Overview
0
Commits
1
Pipelines
0
Changes
1
Open
Satyam Prakash
requested to merge
issue/power_portfolio-3402736:3402736-search-form-styles
into
9.0.x
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
Closes
#3402736
0
0
Merge request reports
Compare
9.0.x
9.0.x (HEAD)
and
latest version
latest version
cc80d871
1 commit,
1 year ago
1 file
+
23
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
css/main.css
+
23
−
0
Options
@@ -729,3 +729,26 @@ section {
main
.main
{
margin-top
:
90px
;
}
#block-power-portfolio-content
form
input
[
type
=
search
]
{
margin-left
:
10px
;
padding-left
:
10px
;
}
#block-power-portfolio-content
form
input
[
type
=
search
]
:focus-visible
{
outline-color
:
#ffc451
;
}
#block-power-portfolio-content
form
input
[
type
=
submit
]
{
padding
:
2px
20px
;
background
:
#ffc451
;
color
:
#151515
;
transition
:
0.3s
;
border
:
solid
#444444
1px
;
border-radius
:
4px
;
}
#block-power-portfolio-content
form
input
[
type
=
submit
]
:hover
{
background
:
black
;
color
:
#ffc451
;
}
Loading