mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Qt: fix tty objectname and add tty text color to stylesheet
This commit is contained in:
parent
632c8872cd
commit
3067c8bd27
2 changed files with 6 additions and 3 deletions
|
|
@ -319,6 +319,7 @@ void rpcs3_app::OnChangeStyleSheetRequest(const QString& sheetFilePath)
|
|||
QString style_log = QString
|
||||
(
|
||||
"QTextEdit#tty_frame { background-color: #ffffff; }"
|
||||
"QLabel#tty_text { color: #000000; }"
|
||||
"QTextEdit#log_frame { background-color: #ffffff; }"
|
||||
"QLabel#log_level_always { color: #107896; }"
|
||||
"QLabel#log_level_fatal { color: #ff00ff; }"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue