Skip to content

html_style: style selected text

Jérome Perrin requested to merge jerome/erp5:feat/xhtml_selection_css into master

Especially in chrome (75), it's very hard to see selected text in erp5 xhtml style interface, especially in listboxs. Chrome adds a background color to selected text, but this background is almost same color as ERP5 background.

This uses https://developer.mozilla.org/en-US/docs/Web/CSS/::selection to make it visually clear what is selected.

Merge request reports