by adding the icon 'fa-filter' (see fontawesome.css) after the column header and making it slightly darker than the text
Signed-off-by: Dominik Csapak <d.csa...@proxmox.com> --- www/css/ext6-pve.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/www/css/ext6-pve.css b/www/css/ext6-pve.css index d40b4237..434045e6 100644 --- a/www/css/ext6-pve.css +++ b/www/css/ext6-pve.css @@ -618,3 +618,12 @@ table.osds td:first-of-type { background-color: rgb(245, 245, 245); color: #000; } + +.x-grid-filters-filtered-column .x-column-header-text:after { + font: normal normal normal 14px/1 FontAwesome; + text-rendering: auto; + -webkit-font-smoothing: antialiased; + -moz-osx-font-smoothing: grayscale; + content: " \f0b0 "; + color: #555; +} -- 2.20.1 _______________________________________________ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel