css/style.css aktualisiert
This commit is contained in:
@ -199,3 +199,11 @@ td {
|
||||
.edit-form a:hover {
|
||||
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 */
|
||||
}
|
Reference in New Issue
Block a user