From 00092dabbd485c27e6b222eec028c5f8b4afbaa2 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 30 Dec 2016 21:24:16 +0300 Subject: [PATCH] experimenting with distingwishing dialog types... Signed-off-by: Alex A. Naanou --- ui (gen4)/css/experimenting.css | 26 ++++++++++++++++++++++++++ ui (gen4)/features/filesystem.js | 2 ++ 2 files changed, 28 insertions(+) diff --git a/ui (gen4)/css/experimenting.css b/ui (gen4)/css/experimenting.css index a5626f21..a08f427d 100755 --- a/ui (gen4)/css/experimenting.css +++ b/ui (gen4)/css/experimenting.css @@ -236,6 +236,32 @@ body { +/* Dialog highlight experiment... */ +.browse-widget { + border-bottom: solid 7px rgba(100, 100, 100, 0.5); +} +/* +.light .browse-widget { + border-bottom: solid 7px rgba(100, 100, 100, 0.5); +} +.dark .browse-widget { + border-bottom: solid 7px rgba(100, 100, 100, 0.5); +} +*/ + +.browse-widget.file-browser { + border-bottom: solid 7px rgba(255, 255, 0, 0.5); +} +/* +.light .browse-widget.file-browser { + border-bottom: solid 7px rgba(255, 255, 0, 0.5); +} +.dark .browse-widget.file-browser { + border-bottom: solid 7px rgba(255, 255, 0, 0.5); +} +*/ + + /* DEBUG stuff... */ .container-center { position: absolute; diff --git a/ui (gen4)/features/filesystem.js b/ui (gen4)/features/filesystem.js index 4be12455..ef2b6d4c 100755 --- a/ui (gen4)/features/filesystem.js +++ b/ui (gen4)/features/filesystem.js @@ -931,6 +931,8 @@ var FileSystemLoaderUIActions = actions.Actions({ config.showDisabled = o.options.showDisabled config.showNonTraversable = o.options.showNonTraversable }) + + o.dom.addClass('file-browser') return o })],