From 8a35074bcfc342a412431bcd8f39bdb36ac71213 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 25 May 2016 11:40:25 +0200 Subject: [PATCH] webui: add small blue triangle as mark to filtered columns --- src/webui/static/app/ext.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/webui/static/app/ext.css b/src/webui/static/app/ext.css index a336275d6..27839edb5 100644 --- a/src/webui/static/app/ext.css +++ b/src/webui/static/app/ext.css @@ -101,8 +101,10 @@ } .ux-filtered-column { - font-style: italic !important; - font-weight: bold !important; + font-style: italic !important; + font-weight: bold !important; + background-image: url(../icons/linked.gif) !important; + background-repeat: no-repeat; } .x-view-drag-insert-above { -- 2.47.3