summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-08-12 12:11:12 +0300
committerAndrew Dolgov <[email protected]>2015-08-12 12:11:12 +0300
commitb028da0a2d808f7d316734ecf479eeb3e96e2ec8 (patch)
tree50ee42b1802ee155672b450a7f8187bb6be78447 /css
parent6759dde1dd3277ac4c962b368beb51cabdefa4ae (diff)
display lack of filter plugin actions properly
Diffstat (limited to 'css')
-rw-r--r--css/dijit.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/css/dijit.css b/css/dijit.css
index 8807490f9..5325f78d0 100644
--- a/css/dijit.css
+++ b/css/dijit.css
@@ -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;