Bug 1205100 - fix button height hardcoding in cases of multiple lines of text, r=dao

This commit is contained in:
Gijs Kruitbosch 2015-09-16 12:59:20 +01:00
parent ce0c5fa241
commit 6b3bdc9f73
3 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ menulist {
}
menulist:not([popuponly="true"]) {
min-height: 20px !important;
min-height: 20px;
}
.menulist-label-box {

View File

@ -974,7 +974,7 @@ button.button-link {
color: #0095dd;
cursor: pointer;
min-width: 0;
height: 20px;
min-height: 20px;
margin: 0 6px;
}

View File

@ -181,7 +181,7 @@ html|button {
xul|colorpicker[type="button"],
xul|menulist {
-moz-appearance: none;
height: 30px;
min-height: 30px;
color: var(--in-content-text-color);
border: 1px solid var(--in-content-box-border-color);
-moz-border-top-colors: none !important;