From: Jaroslav Kysela Date: Wed, 25 May 2016 09:40:25 +0000 (+0200) Subject: webui: add small blue triangle as mark to filtered columns X-Git-Tag: v4.2.1~470 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8a35074bcfc342a412431bcd8f39bdb36ac71213;p=thirdparty%2Ftvheadend.git webui: add small blue triangle as mark to filtered columns --- 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 {