css/style.css aktualisiert
This commit is contained in:
parent
77eac85e0c
commit
3613b10a25
|
@ -199,3 +199,11 @@ td {
|
||||||
.edit-form a:hover {
|
.edit-form a:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
.watermark {
|
||||||
|
position: fixed;
|
||||||
|
bottom: 10px;
|
||||||
|
right: 10px;
|
||||||
|
color: rgba(0, 0, 0, 0.3); /* Farbe des Wasserzeichens */
|
||||||
|
font-size: 10px;
|
||||||
|
pointer-events: none; /* Damit das Wasserzeichen nicht klickbar ist */
|
||||||
|
}
|
Loading…
Reference in New Issue