[pve-devel] [PATCH manager] gui: make grid column filter more obvious
Dominik Csapak
d.csapak at proxmox.com
Mon Feb 24 10:10:23 CET 2020
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.csapak at 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
More information about the pve-devel
mailing list