diff --git a/src/app/qgisappstylesheet.cpp b/src/app/qgisappstylesheet.cpp index d1a7d8cedcf5..42c07de40b33 100644 --- a/src/app/qgisappstylesheet.cpp +++ b/src/app/qgisappstylesheet.cpp @@ -177,7 +177,7 @@ void QgisAppStyleSheet::buildStyleSheet( const QMap& opts ) } //fix background issue for gnome desktop - if ( mLinuxOS && mGtkStyle ) + if ( mLinuxOS && mGtkStyle && !sidebar ) { ss += "QListWidget#mOptionsListWidget{"; ss += "background-color: white;";