Skip to content

Instantly share code, notes, and snippets.

@alexander-heimbuch
Created November 3, 2022 12:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexander-heimbuch/99990c942839960f01fc144c64b8f10c to your computer and use it in GitHub Desktop.
Save alexander-heimbuch/99990c942839960f01fc144c64b8f10c to your computer and use it in GitHub Desktop.
<style>
[for="registration_user_invite_request_attributes_text"] {
overflow: hidden;
height: 0;
padding-top: 50px !important;
}
[for="registration_user_invite_request_attributes_text"]:before {
position: absolute;
display: block;
margin-top: -40px;
content: 'Wie heisst dein Podcast? Wovon handelt er? Wie ist der Link dahin?';
}
#registration_user_account_attributes_username::-webkit-input-placeholder::before {
content: "Podcastname";
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment