mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
Qt: fix YoRHa QTreeWidget item style for CheckBoxes
This commit is contained in:
parent
19500ac9ad
commit
e958c3cc6a
1 changed files with 16 additions and 0 deletions
|
@ -71,6 +71,22 @@ QWidget {
|
||||||
color: #4d4940;
|
color: #4d4940;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Style QTreeWidget checkboxes */
|
||||||
|
QTreeWidget::indicator {
|
||||||
|
border: 0.05em solid #4d4940;
|
||||||
|
}
|
||||||
|
QTreeWidget::indicator::unchecked {
|
||||||
|
background-color: #b3ac98;
|
||||||
|
}
|
||||||
|
QTreeWidget::indicator::checked {
|
||||||
|
background-color: #4d4940;
|
||||||
|
}
|
||||||
|
QTreeWidget::indicator::disabled {
|
||||||
|
background-color: #828790;
|
||||||
|
}
|
||||||
|
QTreeWidget::item::selected {
|
||||||
|
color: #4d4940;
|
||||||
|
}
|
||||||
|
|
||||||
/* Mouse Tooltips */
|
/* Mouse Tooltips */
|
||||||
QToolTip {
|
QToolTip {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue