* add 'auth-user-pass' edit section in file mode (see screenshot) * add port & protocol detection in file mode (see screenshot) * don't mix file & normal edit modes any longer * add CC compatibility fix (for turris devices) * fix/refine JS instance name filter * remove needless CSS rules * unlink ovpn/auth files on section removal * commit changes instantly (Add/Upload/Delete) Signed-off-by: Dirk Brenken <dev@brenken.org>
38 lines
491 B
HTML
38 lines
491 B
HTML
<style type="text/css">
|
|
h4
|
|
{
|
|
white-space: nowrap;
|
|
border-bottom: 0px;
|
|
margin: 10px 5px 5px 5px;
|
|
}
|
|
.tr
|
|
{
|
|
border: 0px;
|
|
text-align: left;
|
|
}
|
|
.vpn-output
|
|
{
|
|
box-shadow: none;
|
|
margin: 10px 5px 5px 5px;
|
|
color: #a22;
|
|
}
|
|
textarea
|
|
{
|
|
border: 1px solid #cccccc;
|
|
padding: 5px;
|
|
font-size: 12px;
|
|
font-family: monospace;
|
|
resize: none;
|
|
white-space: pre;
|
|
overflow-wrap: normal;
|
|
overflow-x: scroll;
|
|
}
|
|
a
|
|
{
|
|
line-height: 1.5;
|
|
}
|
|
hr
|
|
{
|
|
margin: 0.5em 0;
|
|
}
|
|
</style>
|