Override Windows changing text colors inappropriately

This commit is contained in:
Campbell 2025-05-11 22:41:58 -04:00
parent 1ee30146e5
commit bc8592178c
Signed by: NinjaCheetah
GPG Key ID: B547958AF96ED344

View File

@ -24,6 +24,7 @@ QMenu {
border-radius: 8px;
padding: 6px 10px;
margin: 4px 0px;
color: white;
}
QMenu::item:selected {
@ -36,6 +37,7 @@ QAction {
border-radius: 8px;
padding: 6px 10px;
margin: 4px 0px;
color: white;
}
QRadioButton {
@ -139,6 +141,10 @@ QTreeView QHeaderView::section {
font-weight: 500;
}
QTreeView::item {
color: white;
}
QTreeView::item:hover {
background-color: rgba(60, 60, 60, 1);
}
@ -243,6 +249,7 @@ QComboBox QAbstractItemView::item {
border-radius: 4px;
padding: 4px 8px;
margin: 2px 0px;
color: white;
}
QComboBox QAbstractItemView::item:hover {