You've already forked random-web-tools
Add QR code tool
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user