Disable input if unlimited is checked
Signed-off-by: Roman Schmerold (BNoiZe) <bnoize@froxlor.org>
This commit is contained in:
5
templates/Sparkle/assets/css/main.css
vendored
5
templates/Sparkle/assets/css/main.css
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user