some small fixes: grey-out send button if not ready

This commit is contained in:
Marc Wäckerlin
2016-01-11 10:48:29 +00:00
parent 7e7092ded0
commit 2c92d69a6d
7 changed files with 1760 additions and 22 deletions

View File

@@ -188,6 +188,10 @@ td:last-child {
.clear {
clear: both;
}
label[for=send] img {
opacity: 0.4;
filter: alpha(opacity=40); /* MSIE */
}
#msgs .msg {
border: 1px solid black;
margin: 1ex;