Small fix to issue in the menu
Small fix to issue in the menu
This commit is contained in:
committed by
Chris Hennes
parent
ff47cbd1d5
commit
ad87d61bb7
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user