From 15e09bb08b726d9758c70a8b4253766102348b1d Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Fri, 9 Oct 2015 15:40:42 +0200 Subject: [PATCH] WEBUI: CSS - add ux-filtered-column to visualize filtered columns --- src/webui/static/app/ext.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/webui/static/app/ext.css b/src/webui/static/app/ext.css index cc9863072..622919b46 100644 --- a/src/webui/static/app/ext.css +++ b/src/webui/static/app/ext.css @@ -100,6 +100,11 @@ cursor: pointer; } +.ux-filtered-column { + font-style: italic !important; + font-weight: bold !important; +} + .x-view-drag-insert-above { border-top: 1px dotted #3366cc; } -- 2.47.3