make profile-jot-text placeholder more prominent
This commit is contained in:
parent
7f6f4d2e9e
commit
ccba7d8d07
@ -1464,8 +1464,20 @@ tr.mceLast {
|
|||||||
border-radius: $radiuspx;
|
border-radius: $radiuspx;
|
||||||
}
|
}
|
||||||
|
|
||||||
#profile-jot-text:hover {
|
#profile-jot-text::-moz-placeholder {
|
||||||
color: #000000;
|
font-size:1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#profile-jot-text:focus::-moz-placeholder {
|
||||||
|
color: transparent;
|
||||||
|
}
|
||||||
|
|
||||||
|
#profile-jot-text::-webkit-input-placeholder {
|
||||||
|
font-size:1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
#profile-jot-text:focus::-webkit-input-placeholder {
|
||||||
|
color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
#profile-jot-text-loading {
|
#profile-jot-text-loading {
|
||||||
|
Reference in New Issue
Block a user