fix readonly/disabled textbox styles
This commit is contained in:
parent
f232aa5a34
commit
e2e095233f
1 changed files with 3 additions and 1 deletions
|
@ -551,8 +551,10 @@ button[disabled],
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.claro .dijitTextBox.dijitTextBoxDisabled,
|
||||||
|
.claro .dijitTextBox.dijitTextBoxDisabled .dijitInputInner,
|
||||||
.claro .dijitTextBox.dijitReadOnly,
|
.claro .dijitTextBox.dijitReadOnly,
|
||||||
.claro .dijitTextBox.dijitReadOnly .dijitInputField .dijitInputInner {
|
.claro .dijitTextBox.dijitReadOnly .dijitInputInner {
|
||||||
cursor: not-allowed;
|
cursor: not-allowed;
|
||||||
background-color: #eeeeee;
|
background-color: #eeeeee;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue