Bug 1409640 - Remove menulist-dropmarker's margin top and bottom values in preferences.css then the smaller values (in common.css) will be applied since the space for the drop marker image is too small. r=dao

MozReview-Commit-ID: FT5DslnUqkK

--HG--
extra : rebase_source : 6560c42b0db53784ee2be009401f833991b00fcd
This commit is contained in:
Evan Tseng 2017-10-27 16:52:26 +08:00
parent a814160005
commit 1afc53a921

View File

@ -40,11 +40,6 @@ caption > label:not(.dialogTitle) {
margin-top: 2px !important;
}
menulist.actionsMenu > .menulist-dropmarker {
margin-top: 11px;
margin-bottom: 11px;
}
filefield + button {
margin-inline-start: -4px;
}