From b028da0a2d808f7d316734ecf479eeb3e96e2ec8 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 12 Aug 2015 12:11:12 +0300 Subject: display lack of filter plugin actions properly --- css/dijit.css | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'css') 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; -- cgit v1.2.3-54-g00ecf