diff --git a/chrome/content/zotero-platform/mac/zotero.css b/chrome/content/zotero-platform/mac/zotero.css
index cb8d0dca88..e69de29bb2 100644
--- a/chrome/content/zotero-platform/mac/zotero.css
+++ b/chrome/content/zotero-platform/mac/zotero.css
@@ -1,7 +0,0 @@
-.zotero-advanced-options > .zotero-advanced-options-label > dropmarker {
- transform: rotate(270deg) translateX(4px);
-}
-
-.zotero-advanced-options[state="open"] > .zotero-advanced-options-label > dropmarker {
- transform: translateX(4px);
-}
\ No newline at end of file
diff --git a/chrome/content/zotero/feedSettings.xhtml b/chrome/content/zotero/feedSettings.xhtml
index ce0e1e3ce6..5914fa2df7 100644
--- a/chrome/content/zotero/feedSettings.xhtml
+++ b/chrome/content/zotero/feedSettings.xhtml
@@ -17,33 +17,22 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
-
+
diff --git a/chrome/skin/default/zotero/zotero.css b/chrome/skin/default/zotero/zotero.css
index e375ab2121..4a3e56b3f5 100644
--- a/chrome/skin/default/zotero/zotero.css
+++ b/chrome/skin/default/zotero/zotero.css
@@ -206,12 +206,11 @@ zoterosearch .menulist-icon {
max-width: 29.5em;
}
-.zotero-advanced-options>.zotero-advanced-options-label>dropmarker {
- list-style-image: url("chrome://browser/skin/toolbarbutton-dropdown-arrow.png");
+.zotero-advanced-options > .zotero-advanced-options-label > .toolbarbutton-menu-dropmarker {
transform: rotate(270deg);
}
-.zotero-advanced-options[state=open]>.zotero-advanced-options-label>dropmarker {
+.zotero-advanced-options[state=open] > .zotero-advanced-options-label > .toolbarbutton-menu-dropmarker {
transform: none;
}
@@ -246,6 +245,11 @@ zoterosearch .menulist-icon {
max-width: 16px;
}
+.form-grid {
+ display: grid;
+ grid-template-columns: max-content 1fr;
+}
+
/* BEGIN 2X BLOCK -- DO NOT EDIT MANUALLY -- USE 2XIZE */
@media (min-resolution: 1.25dppx) {