Is it possible to change the color of a placeholder text to two different colors? Let's take a look at the code:
<input type="text"
class="form-control setting-form"
id="inputDefault2"
placeholder="http://blabbr.im/#itsmynewawesomechat">
I would like to style "blabbr.im/" with the color rgba(255,255,255,0.3) and "#itsmynewawesomechat" with the color rgba(255,255,255,1)...