mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-20 09:58:04 +02:00
Fix styling of readonly selectbox
This commit is contained in:
parent
f75567a863
commit
e72671bc20
@ -197,6 +197,11 @@ export class Et2Select extends Et2WithSearchMixin(Et2WidgetWithSelect)
|
|||||||
max-height: 8em;
|
max-height: 8em;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
:host([readonly])::part(combobox) {
|
||||||
|
background: none;
|
||||||
|
opacity: 1;
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
`
|
`
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user