Disable input if unlimited is checked

Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
Roman Schmerold (BNoiZe)
2015-01-28 04:54:00 +01:00
parent 7904946862
commit 00e74a05cb
2 changed files with 18 additions and 0 deletions

View File

@@ -573,6 +573,11 @@ input {
border-radius:3px;
}
input[disabled] {
cursor: not-allowed;
background-color: #eee;
}
textarea {
background:#fff url(../img/icons/text_align_left.png) no-repeat 5px 4px;
color: #333;