@import url('./Bio4.css');

/* color of the arrows */
vaadin-grid-sorter::part(indicators):hover  { color: #CD1300; }
vaadin-grid-sorter[direction]::part(indicators) { color: orangered; }

/*sorter the number beside*/
vaadin-grid-sorter::part(order)  { color: #CD1300; }

/* Styles for the column-filter button */
[jmix-role='column-filter-button']:not([activated]):hover { color: #CD1300; }
[jmix-role='column-filter-button']:is([activated]) { color: orangered; }