On Tue, Oct 13, 2015 at 6:24 PM, Willem Ferguson
wrote:
> On 13/10/2015 17:06, Lubomir I. Ivanov wrote:
>
> From: "Lubomir I. Ivanov"
>
> The default selection text/background colors (also when seaching)
> are black/light-grey in QWebView, for some reason.
>
> To solve the issue we pass a stylesh
On 13/10/2015 17:06, Lubomir I. Ivanov wrote:
From: "Lubomir I. Ivanov"
The default selection text/background colors (also when seaching)
are black/light-grey in QWebView, for some reason.
To solve the issue we pass a stylesheet that makes use of the
default palette's highlight() and highlighte
From: "Lubomir I. Ivanov"
The default selection text/background colors (also when seaching)
are black/light-grey in QWebView, for some reason.
To solve the issue we pass a stylesheet that makes use of the
default palette's highlight() and highlightedText() from QWidget.
Fixes #797
Signed-off-b