Add hidden count when config node filtered

This commit is contained in:
Nick O'Leary
2016-01-13 10:30:24 +00:00
parent 27cbaac343
commit 6dc640b129
5 changed files with 38 additions and 4 deletions

View File

@@ -67,3 +67,15 @@
border-style: dashed;
color: #aaa;
}
.config-node-filter-info {
position: absolute;
top: 0;
right:0;
height: 38px;
line-height: 38px;
padding: 0 8px;
background: $palette-header-background;
font-size: 0.8em;
color: #999;
font-weight: normal;
}