mirror of
https://github.com/krateng/maloja.git
synced 2025-04-22 03:20:28 +03:00
Better input field design
This commit is contained in:
parent
18e8114016
commit
c3515080ae
@ -15,7 +15,11 @@
|
||||
font-family:'Ubuntu';
|
||||
}
|
||||
input {
|
||||
width:270px;
|
||||
width:270px;
|
||||
font-family:'Ubuntu';
|
||||
outline:none;
|
||||
border: 0px solid;
|
||||
padding:2px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
@ -284,6 +284,12 @@ p.desc a {
|
||||
}
|
||||
|
||||
|
||||
input#apikey {
|
||||
font-family:'Ubuntu';
|
||||
outline:none;
|
||||
border: 0px solid;
|
||||
padding:2px;
|
||||
}
|
||||
|
||||
|
||||
a {
|
||||
|
Loading…
x
Reference in New Issue
Block a user