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
0ba4d750
Commit
0ba4d750
authored
Oct 02, 2020
by
Kim Höfer
Browse files
change searchbar color for better contrast
parent
48f762c9
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
resources/less/metager/parts/searchbar.less
View file @
0ba4d750
@searchbar-border-color: #e0e0e0;
@searchbar-border-color: #585858;
@searchbar-border-color-light: #777777;
@searchbar-background-color: white;
.searchbar {
display: -webkit-box;
...
...
@@ -51,7 +52,7 @@
align-items: center;
> a {
padding: 0px 16px 0px 16px;
color: #
a9a9a9
;
color: #
585858
;
&.authorized {
color:green;
}
...
...
@@ -93,7 +94,7 @@
border: 0;
background-color: transparent;
padding: 0;
color: #
a9a9a9
;
color: #
585858
;
}
}
}
...
...
@@ -125,10 +126,10 @@
max-width: initial;
}
>#search-key {
border-right: 1px solid @searchbar-border-color;
border-right: 1px solid @searchbar-border-color
-light
;
}
>#submit-inputgroup {
border-left: 1px solid @searchbar-border-color;
border-left: 1px solid @searchbar-border-color
-light
;
}
}
@media (max-width: @screen-mobile) {
...
...
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