Add QR code tool

This commit is contained in:
2024-04-20 12:08:07 +03:00
parent 2d348d88a0
commit 339470df5f
3 changed files with 101 additions and 270 deletions

View File

@ -12,12 +12,21 @@ input[type=text], input[type=number], input[type=url], textarea {
padding: 2px;
}
input[type=file] {
font-family: monospace;
}
input:disabled, textarea:disabled {
background-color: #ddd;
color: linen;
opacity: 1;
}
select {
min-width: 100px;
padding-left: 5px;
}
button {
display: inline-block;
padding: 0 5px;