mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 10:18:57 +00:00
Hiding actions and fixing chart numbering color
This commit is contained in:
parent
3a209dc579
commit
f036843314
@ -133,8 +133,20 @@ border-bottom
|
||||
z-index: 9999 !important;
|
||||
}
|
||||
|
||||
.table-header-move {
|
||||
visibility: hidden !important;
|
||||
//.table-header-move {
|
||||
// visibility: hidden !important;
|
||||
//}
|
||||
|
||||
kbn-dis .euiTab {
|
||||
font-size: 14px !important;
|
||||
}
|
||||
|
||||
kbn-dis .euiText {
|
||||
font-size: 14px !important;
|
||||
}
|
||||
|
||||
.kbn-chart .euiPaginationButton-isActive {
|
||||
color: #FFF !important;
|
||||
}
|
||||
|
||||
/****************************************************************************/
|
||||
|
@ -55,6 +55,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<div
|
||||
class="filter-link pull-right"
|
||||
ng-show="filters.length"
|
||||
@ -78,6 +79,7 @@
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
-->
|
||||
|
||||
<div
|
||||
class="filter-edit-container"
|
||||
@ -98,6 +100,8 @@
|
||||
ng-show="filters.length && showFilterActions"
|
||||
id="filterActionsAllContainer"
|
||||
>
|
||||
|
||||
<!--
|
||||
<div class="filter-actions-all">
|
||||
<div class="filter-link">
|
||||
<div class="filter-description"><strong>All filters:</strong></div>
|
||||
@ -123,6 +127,7 @@
|
||||
<div class="filter-link">
|
||||
<div class="filter-description"><a ng-click="removeAll()" data-test-subj="removeAllFilters" kbn-accessible-click>Remove</a></div>
|
||||
</div>
|
||||
-->
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
Loading…
Reference in New Issue
Block a user