Bug 1437302 - Followup: fix reftest failures on a CLOSED TREE. r=me

This commit is contained in:
Tim Nguyen 2018-04-10 20:40:30 +02:00
parent 2475362f04
commit ce2407fe5e

View File

@ -30,8 +30,13 @@ html|*.numberbox-input::-moz-number-spin-box {
-moz-box-orient: vertical; -moz-box-orient: vertical;
} }
html|*.numberbox-input::-moz-number-wrapper,
html|*.numberbox-input::-moz-number-spin-up, html|*.numberbox-input::-moz-number-spin-up,
html|*.numberbox-input::-moz-number-spin-down, html|*.numberbox-input::-moz-number-spin-down,
html|*.numberbox-input::-moz-number-text { html|*.numberbox-input::-moz-number-text {
-moz-box-flex: 1; -moz-box-flex: 1;
} }
html|*.numberbox-input::-moz-number-wrapper {
width: 100%;
}