prevent buttons from getting underlined

pull/142/head
Aevann 2023-03-15 07:58:00 +02:00
parent 45f99cc048
commit 2cf6b8d249
1 changed files with 4 additions and 0 deletions

View File

@ -7223,3 +7223,7 @@ input[type=number] {
padding-left: 10px;
}
}
button, .btn {
text-decoration: none !important;
}