mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +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;
|
||||
}
|
||||
|
||||
/* 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: "/";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user