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:
parent
18e8114016
commit
c3515080ae
@ -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>
|
||||||
|
@ -284,6 +284,12 @@ p.desc a {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
input#apikey {
|
||||||
|
font-family:'Ubuntu';
|
||||||
|
outline:none;
|
||||||
|
border: 0px solid;
|
||||||
|
padding:2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user