mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1205100 - fix button height hardcoding in cases of multiple lines of text, r=dao
This commit is contained in:
parent
ce0c5fa241
commit
6b3bdc9f73
@ -13,7 +13,7 @@ menulist {
|
||||
}
|
||||
|
||||
menulist:not([popuponly="true"]) {
|
||||
min-height: 20px !important;
|
||||
min-height: 20px;
|
||||
}
|
||||
|
||||
.menulist-label-box {
|
||||
|
@ -974,7 +974,7 @@ button.button-link {
|
||||
color: #0095dd;
|
||||
cursor: pointer;
|
||||
min-width: 0;
|
||||
height: 20px;
|
||||
min-height: 20px;
|
||||
margin: 0 6px;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user