mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 15:45:56 +00:00
fix readonly/disabled textbox styles
This commit is contained in:
@@ -551,8 +551,10 @@ button[disabled],
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
.claro .dijitTextBox.dijitTextBoxDisabled,
|
||||
.claro .dijitTextBox.dijitTextBoxDisabled .dijitInputInner,
|
||||
.claro .dijitTextBox.dijitReadOnly,
|
||||
.claro .dijitTextBox.dijitReadOnly .dijitInputField .dijitInputInner {
|
||||
.claro .dijitTextBox.dijitReadOnly .dijitInputInner {
|
||||
cursor: not-allowed;
|
||||
background-color: #eeeeee;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user