mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-17 20:31:30 +00:00
fix readonly/disabled textbox styles
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user