Added settings, can't save it yet

This commit is contained in:
RemixDev
2020-04-13 21:17:50 +02:00
parent edcbe29be9
commit a6e075d1f6
2 changed files with 129 additions and 1 deletions

View File

@@ -369,7 +369,7 @@ button[disabled]{
color: var(--main-text);
opacity: 0.75;
}
input[type="text"], input[type="password"]{
input[type="text"], input[type="password"], input[type="number"]{
width: 100%;
border: 0px solid black;
line-height: 36px;