hintergrund wieder eingeblendet + links klickbar
parent
ac92126b13
commit
66dc9544c2
|
@ -82,15 +82,17 @@ header > p {
|
||||||
|
|
||||||
.content::before {
|
.content::before {
|
||||||
content: "";
|
content: "";
|
||||||
background-image: url('gemuese_transparent.png');
|
background-image: url('../pictures/gemuese_transparent.png');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: 50% 10%;
|
background-position: 50% 10%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
overflow: auto;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
bottom: 0px;
|
bottom: 0px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
opacity: 0.2;
|
opacity: 0.2;
|
||||||
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
#aktuelle_auswahl {
|
#aktuelle_auswahl {
|
||||||
|
|
Loading…
Reference in New Issue