summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-dnscrypt-proxy/luasrc/view/dnscrypt-proxy/config_css.htm
diff options
context:
space:
mode:
authorDirk Brenken <dev@brenken.org>2017-08-16 21:49:20 +0200
committerDirk Brenken <dev@brenken.org>2017-08-16 21:49:20 +0200
commit14dca2f3eef863c03b87bf21dc5787a524d84b62 (patch)
tree10750d3a16d8125b375393bbf445c69209afab22 /applications/luci-app-dnscrypt-proxy/luasrc/view/dnscrypt-proxy/config_css.htm
parentf450c0403d4aa2d1e5cbcb262315121b130990e9 (diff)
luci-app-dnscrypt-proxy: new package
to ease the dnscrypt-proxy configuration I've build this package, main features: * full resolver list handling, incl. list refresh and simple resolver selection per instance * trigger support * support the following (conditional) options: * resolvers_list * ephemeral_keys * blacklist * block_ipv6 * local_cache * query_log_file Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'applications/luci-app-dnscrypt-proxy/luasrc/view/dnscrypt-proxy/config_css.htm')
-rw-r--r--applications/luci-app-dnscrypt-proxy/luasrc/view/dnscrypt-proxy/config_css.htm13
1 files changed, 13 insertions, 0 deletions
diff --git a/applications/luci-app-dnscrypt-proxy/luasrc/view/dnscrypt-proxy/config_css.htm b/applications/luci-app-dnscrypt-proxy/luasrc/view/dnscrypt-proxy/config_css.htm
new file mode 100644
index 0000000000..2233a15e31
--- /dev/null
+++ b/applications/luci-app-dnscrypt-proxy/luasrc/view/dnscrypt-proxy/config_css.htm
@@ -0,0 +1,13 @@
+<style type="text/css">
+ textarea
+ {
+ border: 1px solid #cccccc;
+ padding: 5px;
+ font-size: 12px;
+ font-family: monospace;
+ resize: none;
+ white-space: pre;
+ overflow-wrap: normal;
+ overflow-x: scroll;
+ }
+</style>