On 2/24/20 10:10 AM, Dominik Csapak wrote: > 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; > +} >
applied, moved this hunk up so that it is below the existing adaptions for .x-grid-filters-filtered-column we had and made the symbol float right. Isn't the "real" solution for the proposed backup grid changes, but still nice to have in general. Thanks! _______________________________________________ pve-devel mailing list pve-devel@pve.proxmox.com https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel