From 4887db98208a233b9aa0390c0e4b1d3ce99dcf65 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 8 Dec 2018 15:49:52 +0300 Subject: update css for disabled filters; remove strikethrough --- css/default.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'css/default.css') diff --git a/css/default.css b/css/default.css index c85635d26..ae19a7cf6 100644 --- a/css/default.css +++ b/css/default.css @@ -1782,9 +1782,11 @@ body#sharepopup input { float: right; margin-right: 16px; } -.flat .dijitTree .labelParam.filterDisabled, -.flat .dijitTree .dijitTreeLabel.filterDisabled { - text-decoration: line-through; +.flat .dijitTree .dijitTreeRow.filterDisabled { + opacity: 0.5; +} +.flat .dijitTree .dijitTreeRow.filterDisabled .filterRules { + filter: saturate(0%); } .flat .dijitTree .feedParam { float: right; -- cgit v1.2.3