button border radius

This commit is contained in:
ReznoRMichael 2021-01-27 20:29:14 +01:00
parent 91f70e3f15
commit bcc589e612
2 changed files with 2 additions and 0 deletions

View file

@ -302,6 +302,7 @@ input[type="file"] {
background-color: #1e4d6c;
color: #aac7d4;
border: 2px solid #183c55;
border-radius: 2px;
padding: 0.3rem 1rem;
margin: 0.25rem 0.5rem 0.25rem 0.25rem;
}

View file

@ -192,6 +192,7 @@ input[type="file"] {
background-color: #1e4d6c;
color: #aac7d4;
border: 2px solid #183c55;
border-radius: 2px;
padding: 0.3rem 1rem;
margin: 0.25rem 0.5rem 0.25rem 0.25rem;
}