Small fix to issue in the menu

Small fix to issue in the menu
This commit is contained in:
MisterMakerNL
2024-05-16 21:27:50 -04:00
committed by Chris Hennes
parent 5b0be7f2fe
commit cb6901f1e0
5 changed files with 5 additions and 5 deletions
+1 -1
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,
+1 -1
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,
+1 -1
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,
+1 -1
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,
+1 -1
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,