]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
WEBUI: CSS - add ux-filtered-column to visualize filtered columns
authorJaroslav Kysela <perex@perex.cz>
Fri, 9 Oct 2015 13:40:42 +0000 (15:40 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 9 Oct 2015 13:40:42 +0000 (15:40 +0200)
src/webui/static/app/ext.css

index cc9863072118d35f6a985e6465d2606723d59072..622919b4681dd642a02a7240f6b08858c35483fb 100644 (file)
     cursor: pointer;
 }
 
+.ux-filtered-column {
+  font-style: italic !important;
+  font-weight: bold !important;
+}
+
 .x-view-drag-insert-above {
     border-top: 1px dotted #3366cc;
 }