diff --git a/chrome/content/zotero/components/virtualized-table.jsx b/chrome/content/zotero/components/virtualized-table.jsx
index d562847432..de79046b00 100644
--- a/chrome/content/zotero/components/virtualized-table.jsx
+++ b/chrome/content/zotero/components/virtualized-table.jsx
@@ -1258,7 +1258,8 @@ class VirtualizedTable extends React.Component {
onMouseLeave: e => this._handleMouseLeave(e),
className: cx(["virtualized-table", {
resizing: this.state.resizing,
- 'multi-select': this.props.multiSelect
+ 'multi-select': this.props.multiSelect,
+ 'no-alternating-rows': Zotero.Prefs.get('ui.noAlternatingRows'),
}]),
id: this.props.id,
ref: ref => this._topDiv = ref,
diff --git a/chrome/content/zotero/preferences/preferences_general.xhtml b/chrome/content/zotero/preferences/preferences_general.xhtml
index 19210ebf11..cd2dc668f3 100644
--- a/chrome/content/zotero/preferences/preferences_general.xhtml
+++ b/chrome/content/zotero/preferences/preferences_general.xhtml
@@ -58,6 +58,13 @@
+
+
+
+