Commit bcbb1efd authored by Joe TS Dell's avatar Joe TS Dell
Browse files

Merge branch 'master' of https://transfer.hft-stuttgart.de/gitlab/ugl/website into master

parents 91cf0427 4c3f98b6
Pipeline #4409 passed with stage
in 27 seconds
......@@ -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
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment