mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-11 15:27:45 +00:00
qt_themes: Set background color to transparent for Dark and Midnight Blue themes
Fixes the override highlights in per-game settings from looking weird when viewed on the Dark or Midnight Blue themes by setting QLabels to have transparent backgrounds by default. Also apparently adds a newline to the end of the Dark theme's qss file.
This commit is contained in:
parent
2f7d9afee7
commit
582ac79958
2 changed files with 7 additions and 4 deletions
8
dist/qt_themes/qdarkstyle/style.qss
vendored
8
dist/qt_themes/qdarkstyle/style.qss
vendored
|
@ -654,7 +654,11 @@ QAbstractSpinBox::down-arrow:hover {
|
|||
image: url(:/qss_icons/rc/down_arrow.png);
|
||||
}
|
||||
|
||||
QLabel,
|
||||
QLabel {
|
||||
border: 0;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
QTabWidget {
|
||||
border: 0;
|
||||
}
|
||||
|
@ -1269,4 +1273,4 @@ QPushButton#RendererStatusBarButton:checked {
|
|||
|
||||
QPushButton#RendererStatusBarButton:!checked{
|
||||
color: #00ccdd;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue