From 42a141ba4063bc15fc1195a9c0c393fe6f55672b Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 27 Mar 2017 02:07:25 +0300 Subject: [PATCH] some cleanup... Signed-off-by: Alex A. Naanou --- ui (gen4)/css/experimenting.css | 3 ++- ui (gen4)/features/ui.js | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ui (gen4)/css/experimenting.css b/ui (gen4)/css/experimenting.css index 09e20222..a559f203 100755 --- a/ui (gen4)/css/experimenting.css +++ b/ui (gen4)/css/experimenting.css @@ -137,7 +137,8 @@ body { /*********************************************************************/ .image-bw { - filter: saturate(0); + /*filter: saturate(0);*/ + filter: grayscale(1); } .image-show-shadows { filter: contrast(0.8) brightness(3) contrast(1.5); diff --git a/ui (gen4)/features/ui.js b/ui (gen4)/features/ui.js index 6b11c87e..ac24195a 100755 --- a/ui (gen4)/features/ui.js +++ b/ui (gen4)/features/ui.js @@ -2519,7 +2519,6 @@ module.FailsafeDevTools = core.ImageGridFeatures.Feature({ /*********************************************************************/ -// XXX experimental... var PreviewFilters module.PreviewFilters = core.ImageGridFeatures.Feature({ @@ -2600,6 +2599,11 @@ module.PreviewFilters = core.ImageGridFeatures.Feature({ ], }) + + +/*********************************************************************/ +// XXX experimental... + // ...not sure if this is the right way to go... // XXX need to get the minimal size and not the width as results will // depend on viewer format...