search by unique number

This commit is contained in:
sghsri
2018-12-12 21:03:49 -06:00
parent 8d4775fc8a
commit 3984c26df6
10 changed files with 212 additions and 70 deletions

View File

@@ -35,6 +35,8 @@ body {
bottom: 0;
right: 0;
float: right;
display: flex;
vertical-align: middle;
margin-right: 5px;
}
.matbut {
@@ -148,4 +150,19 @@ body {
.card:focus:not(:active)::after {
animation: ripple 1s ease-out;
}
input[type=number]{
width: 80px;
font-weight: bold;
}
::placeholder{
};
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0;
}