1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 02:36:34 +01:00

WebTab: Remove stylesheet changing background color

It was there from QtWebKit times, it has no effect now.
This commit is contained in:
David Rosca 2017-01-31 22:11:21 +01:00
parent 534eb14432
commit 446f02c7ee

View File

@ -116,9 +116,6 @@ WebTab::WebTab(BrowserWindow* window)
{
setObjectName(QSL("webtab"));
// This fixes background of pages with dark themes
setStyleSheet("#webtab {background-color:white;}");
m_webView = new TabbedWebView(this);
m_webView->setBrowserWindow(m_window);
m_webView->setWebPage(new WebPage);