]> git.proxmox.com Git - pve-manager.git/commitdiff
make filtered columns in grid more prominent
authorDominik Csapak <d.csapak@proxmox.com>
Mon, 9 Jan 2017 13:52:56 +0000 (14:52 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 10 Jan 2017 07:14:41 +0000 (08:14 +0100)
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@proxmox.com>
www/css/ext6-pve.css

index 1efd93a8b60fb1ff4b2419d9611a136d2b77a83f..083cc42b22416993b8ecd89764e4a0adbb65bbe8 100644 (file)
@@ -503,3 +503,8 @@ table.osds td:first-of-type {
 .pointer {
     cursor: pointer;
 }
+
+.x-grid-filters-filtered-column{
+    font-style: italic;
+    font-weight: bold;
+}