Tweak user bio editing UI

This commit is contained in:
Toby Zerner
2015-06-26 13:57:21 +09:30
parent 3ba495091e
commit fe82631f95
3 changed files with 30 additions and 13 deletions

View File

@ -107,7 +107,7 @@
cursor: text;
&:hover {
border-color: rgba(255, 255, 255, 0.5);
border-color: rgba(255, 255, 255, 0.2);
}
}
@ -121,6 +121,10 @@
& textarea {
padding: 10px;
font-size: 14px;
resize: none;
}
& .placeholder {
opacity: 0.3;
}
}
& .user-last-seen {