diff --git a/public/less/kbn.less b/public/less/kbn.less index d3c2447f6..2649dab53 100644 --- a/public/less/kbn.less +++ b/public/less/kbn.less @@ -3,6 +3,19 @@ cursor: default !important; } +.kbn-vis-value .fa-search-minus { + display: none !important; +} + +.kbn-vis-value .fa-search-plus { + width: 100% !important; +} + +.kbn-vis-value .table-cell-filter { + width: 100% !important; + opacity: 0 !important; +} + .bg-info { background-color: #1F6B7A !important; }