mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Fix Night Mapper alt. table / tree view item color
This commit is contained in:
parent
38e6ace59d
commit
b84c097126
@ -536,7 +536,7 @@ QSlider::handle:vertical {
|
||||
QAbstractItemView, QListView
|
||||
{
|
||||
background-color: @itembackground;
|
||||
alternate-background-color: @itemalternativebackground;
|
||||
alternate-background-color: @background;
|
||||
color: @text;
|
||||
border: none;
|
||||
border-radius: 0px;
|
||||
@ -557,7 +557,7 @@ QAbstractItemView::selected, QListView::selected {
|
||||
|
||||
QTreeView {
|
||||
border: 1px solid @itemdarkbackground;
|
||||
alternate-background-color: @itemalternativebackground;
|
||||
alternate-background-color: @background;
|
||||
}
|
||||
|
||||
QTreeView::item, QTreeView::branch {
|
||||
|
Loading…
x
Reference in New Issue
Block a user