Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
194fc214
Commit
194fc214
authored
Oct 07, 2021
by
Dominik Hebeler
Browse files
fixed result page searchbar background color
parent
f6342f34
Changes
1
Hide whitespace changes
Inline
Side-by-side
resources/less/metager/pages/resultpage/result-page.less
View file @
194fc214
...
...
@@ -492,8 +492,12 @@ a {
padding: 4px;
.resultpage-searchbar {
.search-input-submit .search-input input {
border-bottom: 1px solid @border-color;
.search-input-submit {
background-color: @background-color;
.search-input input {
border-bottom: 1px solid @border-color;
}
}
@media (max-width: @sidebar-opener-breakpoint) {
...
...
@@ -504,7 +508,6 @@ a {
.search-input-submit {
border-radius: 5px;
background-color: @background-color
}
>* {
...
...
Write
Preview
Markdown
is supported
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