Custom properties dialog: Fix height mismatch select and input field
Better to use the same height so to fix the misalignment Signed-off-by: Pedro Pinto Silva <pedro.silva@collabora.com> Change-Id: If3e76a695a943eee4861479e2ce7b6b1dd287d4f
This commit is contained in:
parent
8b97c4527e
commit
0bec574ec3
1 changed files with 6 additions and 0 deletions
|
@ -744,6 +744,12 @@ input[type='number']:hover::-webkit-outer-spin-button {
|
|||
color: var(--color-text-dark);
|
||||
}
|
||||
|
||||
.jsdialog-window .ui-listbox,
|
||||
.jsdialog-window .ui-combobox,
|
||||
.jsdialog-window .ui-timefield {
|
||||
height: 32px;/* Use the same height as in .jsdialog.ui-edit */
|
||||
}
|
||||
|
||||
.ui-listbox option {
|
||||
font-weight: normal;
|
||||
display: block;
|
||||
|
|
Loading…
Reference in a new issue