mirror of
https://github.com/libretro/RetroArch
synced 2025-03-28 19:20:35 +00:00
dark theme pushbutton indicator fix
This commit is contained in:
parent
61fa0a0807
commit
e7373a9cc2
@ -326,6 +326,11 @@ static const QString qt_theme_dark_stylesheet = QStringLiteral(R"(
|
||||
QPushButton[flat="true"] {
|
||||
background-color:transparent;
|
||||
}
|
||||
QPushButton[flat="true"]::menu-indicator {
|
||||
position:relative;
|
||||
bottom:4px;
|
||||
right:4px;
|
||||
}
|
||||
QRadioButton::indicator {
|
||||
width:18px;
|
||||
height:18px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user