We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 314c399 commit 5f10aa8Copy full SHA for 5f10aa8
resources/themes/Night Mapping/style.qss
@@ -536,7 +536,7 @@ QSlider::handle:vertical {
536
QAbstractItemView, QListView
537
{
538
background-color: @itembackground;
539
- alternate-background-color: @itemalternativebackground;
+ alternate-background-color: @background;
540
color: @text;
541
border: none;
542
border-radius: 0px;
@@ -557,7 +557,7 @@ QAbstractItemView::selected, QListView::selected {
557
558
QTreeView {
559
border: 1px solid @itemdarkbackground;
560
561
}
562
563
QTreeView::item, QTreeView::branch {
0 commit comments