Fix SSL-button's info background color for Dark Mode
authorMichael Schuster <michael@schuster.ms>
Sun, 1 Dec 2019 15:07:16 +0000 (16:07 +0100)
committerMichael Schuster <48932272+misch7@users.noreply.github.com>
Mon, 9 Dec 2019 20:37:21 +0000 (21:37 +0100)
Signed-off-by: Michael Schuster <michael@schuster.ms>
src/gui/sslbutton.cpp

index 98db319e610be6044f7eaeef1bf9b527670f69d7..0efdc6f7c2d1fb62b83e26758ca5b03f0626603e 100644 (file)
@@ -142,7 +142,7 @@ QMenu *SslButton::buildCertMenu(QMenu *parent, const QSslCertificate &cert,
 
     // create label first
     QLabel *label = new QLabel(parent);
-    label->setStyleSheet(QLatin1String("QLabel { padding: 8px; background-color: #fff; }"));
+    label->setStyleSheet(QLatin1String("QLabel { padding: 8px; }"));
     label->setTextFormat(Qt::RichText);
     label->setText(details);