]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
webui: add small blue triangle as mark to filtered columns
authorJaroslav Kysela <perex@perex.cz>
Wed, 25 May 2016 09:40:25 +0000 (11:40 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 25 May 2016 09:40:25 +0000 (11:40 +0200)
src/webui/static/app/ext.css

index a336275d639751e408c9c612e4199cfd31732a0e..27839edb5c14934e86206167838015d8c8859932 100644 (file)
 }
 
 .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 {