disable input field when disconnected

This commit is contained in:
ansuz
2017-08-03 14:12:07 +02:00
parent aba4e34e7f
commit 2ce341fed6
4 changed files with 26 additions and 6 deletions

View File

@@ -223,7 +223,10 @@ body {
resize: none;
line-height: 50px;
overflow-y: auto;
.placeholder;
.placeholder(#bbb);
&[disabled=true] {
.placeholder(#999);
}
&:placeholder-shown { line-height: 50px; }
}
button {