diff options
author | Dirk Brenken <dev@brenken.org> | 2017-11-04 14:13:22 +0100 |
---|---|---|
committer | Dirk Brenken <dev@brenken.org> | 2017-11-04 14:13:22 +0100 |
commit | b02a13ea778556e28b925783d9ea2644c182aafb (patch) | |
tree | f287c99c2e1bdc93ea4f8cadc4575d172158a23f /applications/luci-app-adblock/luasrc/view/adblock | |
parent | 6d4370d6818ae4c2045a8b31896ea4f047ed2de3 (diff) |
luci-app-adblock: sync with adblock 3.1.0
* add support for new 'whitelist mode'
* fix a small css issue in advanced edit tabs
Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'applications/luci-app-adblock/luasrc/view/adblock')
-rw-r--r-- | applications/luci-app-adblock/luasrc/view/adblock/config_css.htm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/applications/luci-app-adblock/luasrc/view/adblock/config_css.htm b/applications/luci-app-adblock/luasrc/view/adblock/config_css.htm index 53493a18f..2233a15e3 100644 --- a/applications/luci-app-adblock/luasrc/view/adblock/config_css.htm +++ b/applications/luci-app-adblock/luasrc/view/adblock/config_css.htm @@ -6,5 +6,8 @@ font-size: 12px; font-family: monospace; resize: none; + white-space: pre; + overflow-wrap: normal; + overflow-x: scroll; } </style> |