forked from MarseyWorld/MarseyWorld
prevent buttons from getting underlined
parent
45f99cc048
commit
2cf6b8d249
|
@ -7223,3 +7223,7 @@ input[type=number] {
|
|||
padding-left: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
button, .btn {
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue