From 37b8ce125742dc3b4c93fa92edc7db4c40d98f33 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 8 Jul 2019 05:41:58 +0300 Subject: [PATCH] experimenting with css... Signed-off-by: Alex A. Naanou --- ui (gen4)/lib/widget/browse2.html | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/ui (gen4)/lib/widget/browse2.html b/ui (gen4)/lib/widget/browse2.html index 70eb543a..5ca374ab 100755 --- a/ui (gen4)/lib/widget/browse2.html +++ b/ui (gen4)/lib/widget/browse2.html @@ -72,12 +72,23 @@ body { margin-left: 0px; } -/* XXX foe some reason the shadows here are BELLOW the content... */ -.browse-widget>.list { +/* XXX the problem here is that the frame scrolls with the content and does not stay in place... +.browse-widget>.list:after { + content: ""; + display: block; + position: absolute; + overflow: hidden; + width: 100%; + height: 100%; + top: 0; + left: 0; + right: 0; + bottom: 0; box-shadow: - 0 50px 10px -50px gray inset, - 0 -50px 10px -50px gray inset; + 0 50px 10px -50px yellow inset, + 0 -50px 10px -50px yellow inset; } +*/ .item.path .text:before { content: "/";