mirror of
https://github.com/libretro/RetroArch
synced 2025-02-06 18:40:49 +00:00
Merge pull request #6733 from Tatsuya79/patch-8
QT remove button ghostly inside highlighting
This commit is contained in:
commit
72fa691c81
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user