From 4b1c5d2e45213fc9d5f8715dab2074d261ae5dcd Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 26 Jun 2019 12:53:55 +0300 Subject: [PATCH] tweaking and refactoring... Signed-off-by: Alex A. Naanou --- ui (gen4)/lib/widget/browse2.html | 61 ++++++++----------------------- ui (gen4)/lib/widget/browse2.js | 47 +++++++++++++++++++++--- 2 files changed, 57 insertions(+), 51 deletions(-) diff --git a/ui (gen4)/lib/widget/browse2.html b/ui (gen4)/lib/widget/browse2.html index 8fe28bed..744f9a73 100755 --- a/ui (gen4)/lib/widget/browse2.html +++ b/ui (gen4)/lib/widget/browse2.html @@ -51,6 +51,13 @@ body { text-decoration-skip-ink: none; } +/* XXX foe some reason the shadows here are BELLOW the content... */ +.browse-widget>.list { + box-shadow: + 0 50px 10px -50px gray inset, + 0 -50px 10px -50px gray inset; +} + /* .browse-widget .list .item .button.toggle-collapse { float: left; @@ -121,52 +128,6 @@ body {