Skip to content

Commit

Permalink
Style for [feedback-fields input placeholder] added -> font-weight: l…
Browse files Browse the repository at this point in the history
…ighter; and font-style: italic;
  • Loading branch information
Ahonen Mika J committed Mar 11, 2021
1 parent b26b6ac commit 6ae0943
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions resource/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -781,6 +781,12 @@ span.xl-pref-label > img {
font-weight: normal;
}

#feedback-fields input::placeholder{
font-weight: lighter;
font-style: italic;
}


#message {
height: 150px;
}
Expand Down

0 comments on commit 6ae0943

Please sign in to comment.