Better input field design

This commit is contained in:
Krateng 2019-04-07 13:20:53 +02:00
parent 18e8114016
commit c3515080ae
2 changed files with 11 additions and 1 deletions

View File

@ -15,7 +15,11 @@
font-family:'Ubuntu';
}
input {
width:270px;
width:270px;
font-family:'Ubuntu';
outline:none;
border: 0px solid;
padding:2px;
}
</style>
</head>

View File

@ -284,6 +284,12 @@ p.desc a {
}
input#apikey {
font-family:'Ubuntu';
outline:none;
border: 0px solid;
padding:2px;
}
a {