CSS: Remove default border from buttons

master
Felix Stupp 2 years ago
parent 7a76c388ba
commit 057de7cd75
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -37,6 +37,7 @@
background-color: rgb(153, 50, 204);
color: whitesmoke;
border-radius: .3rem;
border: none;
}
button:disabled {
background-color: rgb(98, 67, 113);

Loading…
Cancel
Save