experimenting with css...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2019-07-08 05:41:58 +03:00
parent 45a3ce44fd
commit 37b8ce1257

View File

@ -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: "/";