Merge pull request #6733 from Tatsuya79/patch-8

QT remove button ghostly inside highlighting
This commit is contained in:
Twinaphex 2018-05-06 17:06:53 +02:00 committed by GitHub
commit 72fa691c81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -216,6 +216,7 @@ static const QString qt_theme_dark_stylesheet = QStringLiteral(""
" min-height:20px;\n"
" min-width:80px;\n"
" padding:1px 3px 1px 3px;\n"
" outline:none;\n"
"}\n"
"QPushButton::focus, QToolButton::focus {\n"
" background:qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,stop: 0 rgba(255,255,255,50), stop: 1 rgba(100,100,100,25));\n"