mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-23 06:56:20 +00:00
add alternate bg color
This commit is contained in:
parent
5e880a66d8
commit
17e0838ede
@ -4,6 +4,7 @@ by FlexBy - 2025-12-01
|
|||||||
*/
|
*/
|
||||||
QWidget {
|
QWidget {
|
||||||
background-color: #2a3126;
|
background-color: #2a3126;
|
||||||
|
alternate-background-color: #23262d;
|
||||||
color: #e6f7ea;
|
color: #e6f7ea;
|
||||||
font-family: "Segoe UI";
|
font-family: "Segoe UI";
|
||||||
}
|
}
|
||||||
@ -273,4 +274,4 @@ QTableView::item:hover {
|
|||||||
*:disabled {
|
*:disabled {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: #4d4940;
|
color: #4d4940;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user