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:
parent
534eb14432
commit
446f02c7ee
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user