mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 02:10:08 +00:00
experimenting with css...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
45a3ce44fd
commit
37b8ce1257
@ -72,12 +72,23 @@ body {
|
|||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* XXX foe some reason the shadows here are BELLOW the content... */
|
/* XXX the problem here is that the frame scrolls with the content and does not stay in place...
|
||||||
.browse-widget>.list {
|
.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:
|
box-shadow:
|
||||||
0 50px 10px -50px gray inset,
|
0 50px 10px -50px yellow inset,
|
||||||
0 -50px 10px -50px gray inset;
|
0 -50px 10px -50px yellow inset;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
.item.path .text:before {
|
.item.path .text:before {
|
||||||
content: "/";
|
content: "/";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user