Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
webui: add small blue triangle as mark to filtered columns
  • Loading branch information
perexg committed May 25, 2016
1 parent afae049 commit 8a35074
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/webui/static/app/ext.css
Expand Up @@ -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 {
Expand Down

0 comments on commit 8a35074

Please sign in to comment.