mirror of
https://github.com/NinjaCheetah/NUSGet.git
synced 2025-06-07 02:51:01 -04:00
Override Windows changing text colors inappropriately
This commit is contained in:
parent
1ee30146e5
commit
bc8592178c
@ -24,6 +24,7 @@ QMenu {
|
|||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
padding: 6px 10px;
|
padding: 6px 10px;
|
||||||
margin: 4px 0px;
|
margin: 4px 0px;
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
QMenu::item:selected {
|
QMenu::item:selected {
|
||||||
@ -36,6 +37,7 @@ QAction {
|
|||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
padding: 6px 10px;
|
padding: 6px 10px;
|
||||||
margin: 4px 0px;
|
margin: 4px 0px;
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
QRadioButton {
|
QRadioButton {
|
||||||
@ -139,6 +141,10 @@ QTreeView QHeaderView::section {
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
QTreeView::item {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
QTreeView::item:hover {
|
QTreeView::item:hover {
|
||||||
background-color: rgba(60, 60, 60, 1);
|
background-color: rgba(60, 60, 60, 1);
|
||||||
}
|
}
|
||||||
@ -243,6 +249,7 @@ QComboBox QAbstractItemView::item {
|
|||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
padding: 4px 8px;
|
padding: 4px 8px;
|
||||||
margin: 2px 0px;
|
margin: 2px 0px;
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
QComboBox QAbstractItemView::item:hover {
|
QComboBox QAbstractItemView::item:hover {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user