Textfeld für Unterschriftoverlay und gitignore

This commit is contained in:
2026-01-16 14:14:38 +00:00
parent 2e96470a60
commit ba767a374a
5 changed files with 269 additions and 3 deletions

View File

@@ -312,6 +312,21 @@ body {
pointer-events: none;
}
.signature-overlay .text-overlay-content {
position: absolute;
top: 5px;
left: 5px;
font-size: 14px;
color: #333;
background: rgba(255, 255, 255, 0.9);
padding: 5px 10px;
border-radius: 4px;
pointer-events: none;
max-width: calc(100% - 20px);
word-wrap: break-word;
z-index: 11;
}
.signature-overlay .handle {
position: absolute;
top: -10px;
@@ -339,6 +354,14 @@ body {
border-radius: 3px;
}
.text-input-section {
margin-bottom: 30px;
padding: 20px;
background: #f8f9ff;
border-radius: 12px;
border: 2px solid #667eea;
}
.signature-controls {
margin-top: 20px;
padding: 15px;