summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoonchild <moonchild@palemoon.org>2021-05-31 15:30:27 +0000
committerMoonchild <moonchild@palemoon.org>2021-05-31 15:30:27 +0000
commit27e7b312a5bc7562ab995f1cbe3418710a63306a (patch)
tree05b134b085a7c871416a14e7d2af956e1fc4bd23
parentc921ad59d5acfe973199bf742a852db71ebe2b5c (diff)
parent0a0830ba8bed438f9e22456da56a284e6a05ade1 (diff)
downloaduxp-27e7b312a5bc7562ab995f1cbe3418710a63306a.tar.gz
Merge pull request 'Issue #1774 - Make menulist-button visible again in gtk3' (#1775) from jobbautista9/UXP:master into master
Reviewed-on: https://repo.palemoon.org/MoonchildProductions/UXP/pulls/1775
-rw-r--r--toolkit/themes/linux/global/menulist.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolkit/themes/linux/global/menulist.css b/toolkit/themes/linux/global/menulist.css
index 30e55e11ba..a62a8fc3df 100644
--- a/toolkit/themes/linux/global/menulist.css
+++ b/toolkit/themes/linux/global/menulist.css
@@ -73,6 +73,7 @@ menulist[editable="true"] {
menulist[editable="true"] > .menulist-dropmarker {
display: -moz-box;
-moz-appearance: menulist-button;
+ min-width: 2em;
}
html|*.menulist-editable-input {