some fixes; asynchronous message decryption to keep browser responsive

This commit is contained in:
Marc Wäckerlin
2016-01-11 15:46:28 +00:00
parent 2c92d69a6d
commit 3bd00f09fd
6 changed files with 264 additions and 29 deletions

View File

@@ -188,6 +188,11 @@ td:last-child {
.clear {
clear: both;
}
:disabled {
opacity: 0.4;
filter: alpha(opacity=40); /* MSIE */
background-color: lightgray;
}
label[for=send] img {
opacity: 0.4;
filter: alpha(opacity=40); /* MSIE */