I ask to add a CSS property for a more beautiful highlighting of the tooltip that floats to the side of the field. It is more clear and there is no overlap with short field names
.js .column { background: linear-gradient(to right, #DDDDFF, #BCBCFF); border-radius: 0 8px 8px 0; }
You can choose other colors as you wish, but this should be done by default for beauty without using third-party themes.

I ask to add a CSS property for a more beautiful highlighting of the tooltip that floats to the side of the field. It is more clear and there is no overlap with short field names
You can choose other colors as you wish, but this should be done by default for beauty without using third-party themes.