1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00

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'; font-family:'Ubuntu';
} }
input { input {
width:270px; width:270px;
font-family:'Ubuntu';
outline:none;
border: 0px solid;
padding:2px;
} }
</style> </style>
</head> </head>

View File

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