mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-12-06 07:12:28 +01: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 a new issue