Add CSS for editing tabs to provide monospace font and offset editing window color from read only windows. Expand 'control' option to match with net/unbound. Add 'extended_stats' option to match with net/unbound. Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
8 lines
112 B
HTML
8 lines
112 B
HTML
<style type="text/css">
|
|
textarea
|
|
{
|
|
background-color: #fffff0;
|
|
font-family: monospace;
|
|
}
|
|
</style>
|
|
|