[pve-devel] [PATCH manager 1/2] make filtered columns in grid more prominent

Dominik Csapak d.csapak at proxmox.com
Mon Jan 9 14:52:56 CET 2017


this makes the column header not only italic but also bold, so that one
can more easily see that the column is filtered

Signed-off-by: Dominik Csapak <d.csapak at proxmox.com>
---
 www/css/ext6-pve.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/www/css/ext6-pve.css b/www/css/ext6-pve.css
index 1efd93a..083cc42 100644
--- a/www/css/ext6-pve.css
+++ b/www/css/ext6-pve.css
@@ -503,3 +503,8 @@ table.osds td:first-of-type {
 .pointer {
     cursor: pointer;
 }
+
+.x-grid-filters-filtered-column{
+    font-style: italic;
+    font-weight: bold;
+}
-- 
2.1.4





More information about the pve-devel mailing list