fx-compat: Item box: Correct value margins, remove type dropmarker
This commit is contained in:
parent
1ecc0b113b
commit
1315d02b2c
1 changed files with 11 additions and 5 deletions
|
@ -29,6 +29,7 @@ td {
|
||||||
display: flex;
|
display: flex;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
align-self: stretch;
|
align-self: stretch;
|
||||||
|
margin-inline-end: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
td > input {
|
td > input {
|
||||||
|
@ -71,8 +72,17 @@ td > [fieldname] {
|
||||||
height: 1.5em !important;
|
height: 1.5em !important;
|
||||||
min-height: 1.5em !important;
|
min-height: 1.5em !important;
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
margin: 0 5px 0 0 !important;
|
margin: 0 !important;
|
||||||
max-height: 1.5em !important;
|
max-height: 1.5em !important;
|
||||||
|
flex: 1;
|
||||||
|
|
||||||
|
&::part(dropmarker) {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
&::part(label) {
|
||||||
|
margin-inline-start: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#item-type-menu:not(:hover):not(:active) {
|
#item-type-menu:not(:hover):not(:active) {
|
||||||
|
@ -89,10 +99,6 @@ td > [fieldname] {
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#item-type-menu > .menulist-dropmarker {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* DEBUG: this doesn't seem to work, unfortunately
|
/* DEBUG: this doesn't seem to work, unfortunately
|
||||||
label[singleField=false]:after
|
label[singleField=false]:after
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue