feat(ui): minor fixes
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user