diff options
Diffstat (limited to 'applications/luci-app-unbound/luasrc/view/unbound/css-editing.htm')
-rw-r--r-- | applications/luci-app-unbound/luasrc/view/unbound/css-editing.htm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/applications/luci-app-unbound/luasrc/view/unbound/css-editing.htm b/applications/luci-app-unbound/luasrc/view/unbound/css-editing.htm new file mode 100644 index 0000000000..44d09378c3 --- /dev/null +++ b/applications/luci-app-unbound/luasrc/view/unbound/css-editing.htm @@ -0,0 +1,8 @@ +<style type="text/css"> + textarea + { + background-color: #fffff0; + font-family: monospace; + } +</style> + |