summaryrefslogtreecommitdiff
path: root/layout/style
diff options
context:
space:
mode:
authorPale Moon <git-repo@palemoon.org>2015-06-22 01:47:11 +0200
committerPale Moon <git-repo@palemoon.org>2015-06-22 01:47:11 +0200
commita4744cde06b9bca664a1d7e8dfc45ec90a53b4b9 (patch)
tree629da0d2f3f89a8bee481020273426702c8c3be1 /layout/style
parenta736ec4d283ca87f4aeeace5f119ed7f4f9581c4 (diff)
downloadpalemoon-gre-a4744cde06b9bca664a1d7e8dfc45ec90a53b4b9.tar.gz
Vertically center the text in the combobox display area when a non-default height is set for the combobox.
Diffstat (limited to 'layout/style')
-rw-r--r--layout/style/forms.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/layout/style/forms.css b/layout/style/forms.css
index 171696b24..ab4d80907 100644
--- a/layout/style/forms.css
+++ b/layout/style/forms.css
@@ -277,6 +277,7 @@ select:empty {
/* Make sure to size correctly if the combobox has a non-auto height. */
height: 100% ! important;
box-sizing: border-box ! important;
+ line-height: -moz-block-height;
}
option {