Fixed #55
This commit is contained in:
parent
ba801f0386
commit
a1becba2fc
@ -64,6 +64,11 @@ a:hover {
|
|||||||
.form-control::-webkit-input-placeholder {
|
.form-control::-webkit-input-placeholder {
|
||||||
color: #9aa2ab;
|
color: #9aa2ab;
|
||||||
}
|
}
|
||||||
|
input[type="number"]::-webkit-outer-spin-button,
|
||||||
|
input[type="number"]::-webkit-inner-spin-button {
|
||||||
|
-webkit-appearance: none;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.btn-tg {
|
.btn-tg {
|
||||||
|
Loading…
Reference in New Issue
Block a user