Small fix to issue in the menu

Small fix to issue in the menu
This commit is contained in:
MisterMakerNL
2024-04-30 20:26:30 +02:00
committed by Chris Hennes
parent ff47cbd1d5
commit ad87d61bb7
5 changed files with 5 additions and 5 deletions

View File

@@ -2282,7 +2282,7 @@ QListView::item:selected:!active,
QTableView::item:selected:!active,
QColumnView::item:selected:!active {
color: White;
background-color: #353535;
background-color: @ThemeAccentColor1;
}
QTreeView::item:!selected:hover,

View File

@@ -2269,7 +2269,7 @@ QListView::item:selected:!active,
QTableView::item:selected:!active,
QColumnView::item:selected:!active {
color: White;
background-color: #353535;
background-color: @ThemeAccentColor1;
}
QTreeView::item:!selected:hover,

View File

@@ -2274,7 +2274,7 @@ QListView::item:selected:!active,
QTableView::item:selected:!active,
QColumnView::item:selected:!active {
color: White;
background-color: #353535;
background-color: @ThemeAccentColor1;
}
QTreeView::item:!selected:hover,

View File

@@ -2290,7 +2290,7 @@ QListView::item:selected:!active,
QTableView::item:selected:!active,
QColumnView::item:selected:!active {
color: black;
background-color: #bfc1c0;
background-color: @ThemeAccentColor1;
}
QTreeView::item:!selected:hover,

View File

@@ -2281,7 +2281,7 @@ QListView::item:selected:!active,
QTableView::item:selected:!active,
QColumnView::item:selected:!active {
color: black;
background-color: #BABABA;
background-color: @ThemeAccentColor1;
}
QTreeView::item:!selected:hover,