Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
UGL
website
Commits
4c3f98b6
Commit
4c3f98b6
authored
3 years ago
by
Patrick
Browse files
Options
Download
Email Patches
Plain Diff
made the placeholder text a little lighter
parent
a04c44c0
Pipeline
#4408
passed with stage
in 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/css/search.css
+12
-0
public/css/search.css
with
12 additions
and
0 deletions
+12
-0
public/css/search.css
+
12
-
0
View file @
4c3f98b6
...
...
@@ -147,3 +147,15 @@ body {
.linesearch
{
display
:
flex
;
/* equal height of the children */
}
::placeholder
{
/* Chrome, Firefox, Opera, Safari 10.1+ */
color
:
rgb
(
189
,
189
,
189
);
opacity
:
1
;
/* Firefox */
}
:-ms-input-placeholder
{
/* Internet Explorer 10-11 */
color
:
rgb
(
189
,
189
,
189
);
}
::-ms-input-placeholder
{
/* Microsoft Edge */
color
:
rgb
(
189
,
189
,
189
);
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets