feat(ui): minor fixes

This commit is contained in:
2021-03-13 01:32:41 +01:00
parent dd2e476065
commit 6f0395798a
10 changed files with 68 additions and 23 deletions

View File

@ -37,6 +37,13 @@ input, button, select, textarea {
box-sizing: border-box;
border: 1px solid #ccc;
border-radius: 2px;
background-color: #000000;
outline: none;
color: white;
cursor: pointer;
border: none;
padding: 4px 9px;
border-radius: 0px;
}
input:disabled {
@ -44,7 +51,6 @@ input:disabled {
}
button {
background-color: #f4f4f4;
outline: none;
cursor: pointer;
}