1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 17:35:56 +00:00

display lack of filter plugin actions properly

This commit is contained in:
Andrew Dolgov
2015-08-12 12:11:12 +03:00
parent 6759dde1dd
commit b028da0a2d
2 changed files with 17 additions and 1 deletions

View File

@@ -518,6 +518,14 @@ button[disabled],
display : none;
}
.claro .dijitSelect.dijitSelectDisabled {
background-color: #eeeeee;
}
.claro .dijitSelect.dijitSelectDisabled .dijitSelectLabel {
cursor: not-allowed;
}
.claro .dijitTextBox.dijitReadOnly,
.claro .dijitTextBox.dijitReadOnly .dijitInputField .dijitInputInner {
cursor: not-allowed;