Mark colors -> webpage.bg as QtWebKit-only

This commit is contained in:
Florian Bruhin 2016-09-07 09:49:37 +02:00
parent 919196714b
commit 02df91e369
2 changed files with 4 additions and 1 deletions

View File

@ -2125,6 +2125,8 @@ Background color for webpages if unset (or empty to use the theme's color)
Default: +pass:[white]+
This setting is only available with the QtWebKit backend.
[[colors-keyhint.fg]]
=== keyhint.fg
Text color for the keyhint widget.

View File

@ -1266,7 +1266,8 @@ def data(readonly=False):
"Background color for downloads with errors."),
('webpage.bg',
SettingValue(typ.QtColor(none_ok=True), 'white'),
SettingValue(typ.QtColor(none_ok=True), 'white',
backends=[usertypes.Backend.QtWebKit]),
"Background color for webpages if unset (or empty to use the "
"theme's color)"),